Auto Admit

Auto Admit

Auto Admitとは何ですか?

Auto Admitはfoojw.devによって開発されたChromeの拡張機能で、その主な機能は「Auto Admit」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 Auto Admit
ID aaafaichkdancmiadaonoglfjeodjkik
公式URL 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
Eメール [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"
    ]
}