Vip Crack

破解vip及去广告,目前仅支持腾讯视频和优酷视频

Qu'est-ce que Vip Crack ?

Vip Crack est une extension Chrome développée par LoryHuang, et sa fonction principale est "破解vip及去广告,目前仅支持腾讯视频和优酷视频".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Vip Crack

Téléchargez les fichiers d'extension Vip Crack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        给用户带来更好的观看视频体验,包括去广告、播放vip视频等等

安装完扩展后,无需任何操作,正常点开腾讯视频或优酷视频,即可观看 vip 视频

视频解析接口来源于网络,用过第三方解析网站都知道,大部分视频解析都含有一定广告(性感荷官,在线发牌之类的),这种东西不是我所能控制的。可以切换接口,也可以自己在网上搜集接口进行添加

更多详细介绍请查看 https://github.com/hzmming/vip-crack 
有使用上的问题或建议也可以到 github 上提交 issue                    

Informations de Base sur l'Extension

Nom Vip Crack Vip Crack
ID mmephpcmjcplemnjjjohocfgijndcnbn
URL Officiel https://chromewebstore.google.com/detail/vip-crack/mmephpcmjcplemnjjjohocfgijndcnbn
Description 破解vip及去广告,目前仅支持腾讯视频和优酷视频
Taille du Fichier 522 KB
Nombre d'Installations 4,393
Version Actuelle 0.4.3
Dernière Mise à Jour 2021-07-29
Date de Publication 2020-09-02
Évaluation 4.00/5 Total 17 Évaluations
Développeur LoryHuang
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/hzmming/vip-crack
URL de la Page d'Aide https://github.com/hzmming/vip-crack
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u7834\u89e3vip\u53ca\u53bb\u5e7f\u544a\uff0c\u76ee\u524d\u4ec5\u652f\u6301\u817e\u8baf\u89c6\u9891\u548c\u4f18\u9177\u89c6\u9891",
    "version": "0.4.3",
    "name": "Vip Crack",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16-gray.png",
            "32": "icons\/32-gray.png",
            "48": "icons\/48-gray.png",
            "128": "icons\/128-gray.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injects.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "storage",
        "tabs",
        "downloads"
    ]
}