https://github.com/plxity/deny-google-meet-entry
A chrome extension to deny google meet entry with just one click.
https://github.com/plxity/deny-google-meet-entry
chrome-extension frontend googlemeet vanila-javascript
Last synced: about 1 month ago
JSON representation
A chrome extension to deny google meet entry with just one click.
- Host: GitHub
- URL: https://github.com/plxity/deny-google-meet-entry
- Owner: plxity
- Created: 2021-07-10T09:10:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T13:42:28.000Z (almost 4 years ago)
- Last Synced: 2025-04-14T12:05:27.577Z (about 1 month ago)
- Topics: chrome-extension, frontend, googlemeet, vanila-javascript
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Deny meet entry - Chrome Extension
A chrome extension that will automatically deny the entry request of any participant when enabled. You can disable it anytime.
## Demo (I know design sucks xD)
## Steps to Install
1. Clone this repository.
2. Navigate to chrome://extensions/
3. Toggle the developer mode (Activate it).
4. Click on 'Load Unpacked'
5. Select the complete folder which you cloned in the first step.## Tech Stack
- HTML
- CSS
- JavaScript (VanillaJS)