Vip Crack

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

Wat is Vip Crack?

Vip Crack is een Chrome-extensie ontwikkeld door LoryHuang, en de belangrijkste functie is "破解vip及去广告,目前仅支持腾讯视频和优酷视频".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Vip Crack

Download Vip Crack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

Basisinformatie over de Extensie

Naam Vip Crack Vip Crack
ID mmephpcmjcplemnjjjohocfgijndcnbn
Officiële URL https://chromewebstore.google.com/detail/vip-crack/mmephpcmjcplemnjjjohocfgijndcnbn
Beschrijving 破解vip及去广告,目前仅支持腾讯视频和优酷视频
Bestandsgrootte 522 KB
Aantal Installaties 4,393
Huidige Versie 0.4.3
Laatst Bijgewerkt 2021-07-29
Publicatiedatum 2020-09-02
Beoordeling 4.00/5 Totaal 17 Beoordelingen
Ontwikkelaar LoryHuang
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/hzmming/vip-crack
Help Pagina-URL https://github.com/hzmming/vip-crack
Ondersteunde Talen 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"
    ]
}