MultiViewer Companion
MultiViewer integration with your browser
MultiViewer Companion क्या है?
MultiViewer Companion https://multiviewer.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MultiViewer integration with your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MultiViewer Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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 } ] } |