B-REEL Meeting Intruders

Games to make your meetings more fun

Co je B-REEL Meeting Intruders?

B-REEL Meeting Intruders je rozšíření Chrome vyvinuté B-Reel, a jeho hlavní funkcí je „Games to make your meetings more fun“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření B-REEL Meeting Intruders

Stáhněte si soubory rozšíření B-REEL Meeting Intruders ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        James from Marketing is yammering again. Take him out without interrupting the meeting. Meeting Intruders is the antidote to your meeting monotony. Blast away from the privacy of your own screen while solving business problems. Productivity has never been more destructive.                    

Základní Informace o Rozšíření

Název B-REEL Meeting Intruders B-REEL Meeting Intruders
ID ekpjjckkocgchggggogefakgipalfnee
Oficiální URL https://chromewebstore.google.com/detail/b-reel-meeting-intruders/ekpjjckkocgchggggogefakgipalfnee
Popis Games to make your meetings more fun
Velikost souboru 1.13 MB
Počet instalací 298
Aktuální Verze 1.0.0
Poslední Aktualizace 2020-07-22
Datum Vydání 2020-07-21
Hodnocení 3.75/5 Celkem 8 Hodnocení
Vývojář B-Reel
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.b-reel.com
URL Stránky Nápovědy https://www.b-reel.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "B-REEL Meeting Intruders",
    "description": "Games to make your meetings more fun",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_title": "Google Meet Custom Game",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "assets\/images\/*.png",
        "assets\/fonts\/*.ttf",
        "js\/meeting-intruders\/meetingintruders.js",
        "js\/meeting-intruders\/starfield.js",
        "js\/index.js"
    ],
    "manifest_version": 2
}