MultiViewer Companion
MultiViewer integration with your browser
Co to jest MultiViewer Companion?
MultiViewer Companion to rozszerzenie Chrome opracowane przez https://multiviewer.app, a jego główną funkcją jest „MultiViewer integration with your browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MultiViewer Companion
Pobierz pliki rozszerzeń MultiViewer Companion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Easily sign into MultiViewer using your browser of choice, and be able to open content from various websites in MultiViewer.
Podstawowe informacje o rozszerzeniu
Nazwa | MultiViewer Companion |
ID | lpomjgbicdemjkgmbnkjncgdebogkhlb |
Oficjalny URL | https://chromewebstore.google.com/detail/multiviewer-companion/lpomjgbicdemjkgmbnkjncgdebogkhlb |
Opis | MultiViewer integration with your browser |
Rozmiar pliku | 1.4 MB |
Liczba instalacji | 8,000 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2024-02-20 |
Data Publikacji | 2023-09-04 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | https://multiviewer.app |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://multiviewer.app |
Adres URL Strony Pomocy | https://muvi.gg/discord |
Adres URL Strony Polityki Prywatności | https://multiviewer.app/docs/privacy/app-analytics |
Obsługiwane Języki | 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 } ] } |