MultiViewer Companion

MultiViewer integration with your browser

Τι είναι το MultiViewer Companion;

Το MultiViewer Companion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://multiviewer.app, και η κύρια λειτουργία του είναι "MultiViewer integration with your browser".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης MultiViewer Companion

Λήψη αρχείων επέκτασης MultiViewer Companion σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα MultiViewer Companion MultiViewer Companion
ID lpomjgbicdemjkgmbnkjncgdebogkhlb
Επίσημο URL https://chromewebstore.google.com/detail/multiviewer-companion/lpomjgbicdemjkgmbnkjncgdebogkhlb
Περιγραφή MultiViewer integration with your browser
Μέγεθος Αρχείου 1.4 MB
Αριθμός Εγκαταστάσεων 8,000
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2024-02-20
Ημερομηνία Δημοσίευσης 2023-09-04
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://multiviewer.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://multiviewer.app
Διεύθυνση URL της Σελίδας Βοήθειας https://muvi.gg/discord
URL της Σελίδας Πολιτικής Απορρήτου https://multiviewer.app/docs/privacy/app-analytics
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}