MultiViewer Companion

MultiViewer integration with your browser

What is MultiViewer Companion?

MultiViewer Companion is a Chrome extension developed by https://multiviewer.app, and its main feature is "MultiViewer integration with your browser".

Extension Screenshots

screenshot

Download MultiViewer Companion Extension CRX File

Download MultiViewer Companion 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

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

Extension Basic Information

Name MultiViewer Companion MultiViewer Companion
ID lpomjgbicdemjkgmbnkjncgdebogkhlb
Official URL https://chromewebstore.google.com/detail/multiviewer-companion/lpomjgbicdemjkgmbnkjncgdebogkhlb
Description MultiViewer integration with your browser
File Size 1.4 MB
Installation Count 8,000
Current Version 1.1.0
Last Updated 2024-02-20
Publish Date 2023-09-04
Rating 5.00/5 Total 7 Ratings
Developer https://multiviewer.app
Email [email protected]
Payment Type free
Extension Website https://multiviewer.app
Help Page URL https://muvi.gg/discord
Privacy Policy Page URL https://multiviewer.app/docs/privacy/app-analytics
Supported Languages 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
        }
    ]
}