极简VIP视频解析

极简视频解析,集合了全网vip视频免费解析去广告

Cos'è 极简VIP视频解析?

极简VIP视频解析 è un'estensione di Chrome sviluppata da https://waahah.xyz, e la sua funzione principale è "极简视频解析,集合了全网vip视频免费解析去广告".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 极简VIP视频解析

Scarica i file di estensione 极简VIP视频解析 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        📜 插件功能

🎬 全网VIP视频免费解析,支持各大视频网站。

说明
1. 视频解析失败可尝试使用其他线路
2. 不要登录视频网站


📜 plugin features

🎬 The whole network video analysis free of charge .

Explain
1. Video parsing fails. Try another line
2. Do not log in to the video website                    

Informazioni di Base sull'Estensione

Nome 极简VIP视频解析 极简VIP视频解析
ID gloimpghnmdnmenclkcbmjifpojoenng
URL Ufficiale https://chromewebstore.google.com/detail/%E6%9E%81%E7%AE%80vip%E8%A7%86%E9%A2%91%E8%A7%A3%E6%9E%90/gloimpghnmdnmenclkcbmjifpojoenng
Descrizione 极简视频解析,集合了全网vip视频免费解析去广告
Dimensione del File 277 KB
Conteggio Installazioni 634
Versione Corrente 2.4.18
Ultimo Aggiornamento 2024-03-06
Data di Pubblicazione 2023-08-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://waahah.xyz
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/waahah
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6781\u7b80VIP\u89c6\u9891\u89e3\u6790",
    "version": "2.4.18",
    "manifest_version": 3,
    "description": "\u6781\u7b80\u89c6\u9891\u89e3\u6790\uff0c\u96c6\u5408\u4e86\u5168\u7f51vip\u89c6\u9891\u514d\u8d39\u89e3\u6790\u53bb\u5e7f\u544a",
    "icons": {
        "16": "icons\/icon-cc.gif",
        "48": "icons\/icon-cc.gif",
        "128": "icons\/icon-cc.gif"
    },
    "default_locale": "zh_CN",
    "devtools_page": "background.html",
    "background": {
        "server_worker": "js\/background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/v.qq.com\/*",
                "*:\/\/m.v.qq.com\/*",
                "*:\/\/*.iqiyi.com\/*",
                "*:\/\/*.iq.com\/*",
                "*:\/\/*.youku.com\/*",
                "*:\/\/*.mgtv.com\/*",
                "*:\/\/*.bilibili.com\/*",
                "*:\/\/tv.sohu.com\/*",
                "*:\/\/film.sohu.com\/*",
                "*:\/\/*.tudou.com\/*",
                "*:\/\/*.1905.com\/*",
                "*:\/\/*.pptv.com\/*",
                "*:\/\/tv.wandhi.com\/*"
            ],
            "css": [],
            "js": [
                "js\/jquery_3.5.1.min.js",
                "js\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "icons\/icon-cc.gif",
        "default_title": "\u6781\u7b80\u89c6\u9891\u89e3\u6790\uff0c\u5168\u7f51VIP\u89c6\u9891\u514d\u8d39\u89c2\u770b",
        "default_popup": "popup.html"
    }
}