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. 扩展基本信息
| 名称 | |
| 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
}
]
} | |