Auto Admit
Auto Admit
Wat is Auto Admit?
Auto Admit is een Chrome-extensie ontwikkeld door foojw.dev, en de belangrijkste functie is "Auto Admit".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Admit
Download Auto Admit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Auto Admit Chrome Extension for Google Meet: - ONLY support Chinese traditional and English! If you need any other languages supported, please contact me. - Make sure that your browser and google meet UI are both set to ZH-TW/EN - When you started a meeting, the extension generates a button in the bottom bar. - You could use the button to toggle auto admit on/off. - When the button turn blue, Auto admit is on. - You can also click on the extension icon to toggle it on/off. - This extension only works when you keep the Google Meet tab opened.
Basisinformatie over de Extensie
Naam | Auto Admit |
ID | aaafaichkdancmiadaonoglfjeodjkik |
Officiële URL | https://chromewebstore.google.com/detail/auto-admit/aaafaichkdancmiadaonoglfjeodjkik |
Beschrijving | Auto Admit |
Bestandsgrootte | 165 KB |
Aantal Installaties | 3,613 |
Huidige Versie | 2.1.1 |
Laatst Bijgewerkt | 2021-06-11 |
Publicatiedatum | 2021-06-06 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | foojw.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://fjwntut.github.io/auto-admit-extension/ |
Ondersteunde Talen | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appName__", "version": "2.1.1", "manifest_version": 2, "default_locale": "en", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "res\/icons\/icon-128.png", "16": "res\/icons\/icon-16.png", "32": "res\/icons\/icon-32.png", "48": "res\/icons\/icon-48.png" } }, "icons": { "128": "res\/icons\/icon-128.png", "16": "res\/icons\/icon-16.png", "32": "res\/icons\/icon-32.png", "48": "res\/icons\/icon-48.png" }, "offline_enabled": true, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/content_script.js" ] } ], "web_accessible_resources": [ "res\/button-off.png", "res\/button-on.png", "res\/btn.css" ] } |