Meet Auto Accept

Extensão Auto Accept para Google Meet

What is Meet Auto Accept?

Meet Auto Accept is a Chrome extension developed by Fabricio Souza, and its main feature is "Extensão Auto Accept para Google Meet".

Extension Screenshots

screenshot

Download Meet Auto Accept Extension CRX File

Download Meet Auto Accept extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension to auto accept requests in Google Meet rooms.

Allows to be enabled/disabled.
Compatible with grouped requests.                    

Extension Basic Information

Name Meet Auto Accept Meet Auto Accept
ID mdcflcofcghggppkaehajfcdgkfndcfa
Official URL https://chromewebstore.google.com/detail/meet-auto-accept/mdcflcofcghggppkaehajfcdgkfndcfa
Description Extensão Auto Accept para Google Meet
File Size 15.93 KB
Installation Count 1,052
Current Version 1.0.1
Last Updated 2021-03-16
Publish Date 2020-10-16
Rating 3.00/5 Total 2 Ratings
Developer Fabricio Souza
Email [email protected]
Payment Type free
Extension Website https://github.com/FabricioSouza88/meet-auto-accept
Help Page URL https://github.com/FabricioSouza88/meet-auto-accept
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "Meet Auto Accept",
    "description": "Extens\u00e3o Auto Accept para Google Meet",
    "author": "Fabricio Souza",
    "browser_action": {
        "default_title": "Meet Auto Accept",
        "default_popup": "index.html",
        "default_icon": "images\/icon_dark.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}