MultiViewer Companion
MultiViewer integration with your browser
MultiViewer Companionとは何ですか?
MultiViewer Companionはhttps://multiviewer.appによって開発されたChromeの拡張機能で、その主な機能は「MultiViewer integration with your browser」です。
拡張機能のスクリーンショット
MultiViewer Companion拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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 } ] } |