MultiViewer Companion

MultiViewer integration with your browser

Co je MultiViewer Companion?

MultiViewer Companion je rozšíření Chrome vyvinuté https://multiviewer.app, a jeho hlavní funkcí je „MultiViewer integration with your browser“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MultiViewer Companion

Stáhněte si soubory rozšíření MultiViewer Companion 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í

                        Easily sign into MultiViewer using your browser of choice, and be able to open content from various websites in MultiViewer.                    

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

Název MultiViewer Companion MultiViewer Companion
ID lpomjgbicdemjkgmbnkjncgdebogkhlb
Oficiální URL https://chromewebstore.google.com/detail/multiviewer-companion/lpomjgbicdemjkgmbnkjncgdebogkhlb
Popis MultiViewer integration with your browser
Velikost souboru 1.4 MB
Počet instalací 8,000
Aktuální Verze 1.1.0
Poslední Aktualizace 2024-02-20
Datum Vydání 2023-09-04
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář https://multiviewer.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://multiviewer.app
URL Stránky Nápovědy https://muvi.gg/discord
URL Stránky Zásad Ochrany Soukromí https://multiviewer.app/docs/privacy/app-analytics
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "@f1multiviewer",
    "description": "MultiViewer integration with your browser",
    "name": "MultiViewer Companion",
    "version": "1.1.0",
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/f1tv\/main.js"
            ],
            "matches": [
                "*:\/\/f1tv.formula1.com\/*"
            ]
        },
        {
            "js": [
                "src\/entries\/contentScript\/multiviewer\/main.js"
            ],
            "matches": [
                "*:\/\/multiviewer.app\/*",
                "*:\/\/multiviewer.dev\/*",
                "*:\/\/multiviewer.test\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/[email protected]",
        "1024": "icons\/[email protected]"
    },
    "permissions": [
        "cookies"
    ],
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*.formula1.com\/*",
        "*:\/\/formula1.com\/*",
        "*:\/\/multiviewer.app\/*",
        "*:\/\/multiviewer.dev\/*",
        "*:\/\/multiviewer.test\/*"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/f1tv\/main-0745ca34.js",
                "assets\/browser-polyfill-6fbbf842.js",
                "assets\/main-f7a6c79f.css"
            ],
            "matches": [
                "*:\/\/f1tv.formula1.com\/*"
            ],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/multiviewer\/main-80665110.js",
                "assets\/browser-polyfill-6fbbf842.js"
            ],
            "matches": [
                "*:\/\/multiviewer.app\/*",
                "*:\/\/multiviewer.dev\/*",
                "*:\/\/multiviewer.test\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}