MultiViewer Companion

MultiViewer integration with your browser

MultiViewer Companion là gì?

MultiViewer Companion là một tiện ích mở rộng Chrome được phát triển bởi https://multiviewer.app, và tính năng chính của nó là "MultiViewer integration with your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MultiViewer Companion

Tải xuống các tệp mở rộng MultiViewer Companion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MultiViewer Companion MultiViewer Companion
ID lpomjgbicdemjkgmbnkjncgdebogkhlb
URL Chính Thức https://chromewebstore.google.com/detail/multiviewer-companion/lpomjgbicdemjkgmbnkjncgdebogkhlb
Mô tả MultiViewer integration with your browser
Kích Thước Tệp 1.4 MB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2023-09-04
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://multiviewer.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://multiviewer.app
URL Trang Trợ Giúp https://muvi.gg/discord
URL Trang Chính Sách Bảo Mật https://multiviewer.app/docs/privacy/app-analytics
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}