Auto Admit
Auto Admit
什麼是Auto Admit?
Auto Admit是由foojw.dev開發的Chrome擴展程式,該擴展的主要功能是“Auto Admit”。
擴展截圖
下載Auto Admit擴展crx文件
下載Auto Admit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Auto Admit |
ID | aaafaichkdancmiadaonoglfjeodjkik |
官方網址 | https://chromewebstore.google.com/detail/auto-admit/aaafaichkdancmiadaonoglfjeodjkik |
簡介 | Auto Admit |
檔案大小 | 165 KB |
安裝次數 | 3,613 |
目前版本 | 2.1.1 |
更新時間 | 2021-06-11 |
上架時間 | 2021-06-06 |
評分 | 4.75/5 共 4 次評分 |
開發者 | foojw.dev |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://fjwntut.github.io/auto-admit-extension/ |
支援的語言 | 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" ] } |