极简VIP视频解析
极简视频解析,集合了全网vip视频免费解析去广告
What is 极简VIP视频解析?
极简VIP视频解析 is a Chrome extension developed by https://waahah.xyz, and its main feature is "极简视频解析,集合了全网vip视频免费解析去广告".
Extension Screenshots
Download 极简VIP视频解析 Extension CRX File
Download 极简VIP视频解析 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
📜 插件功能 🎬 全网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
Extension Basic Information
Name | 极简VIP视频解析 |
ID | gloimpghnmdnmenclkcbmjifpojoenng |
Official URL | https://chromewebstore.google.com/detail/%E6%9E%81%E7%AE%80vip%E8%A7%86%E9%A2%91%E8%A7%A3%E6%9E%90/gloimpghnmdnmenclkcbmjifpojoenng |
Description | 极简视频解析,集合了全网vip视频免费解析去广告 |
File Size | 277 KB |
Installation Count | 634 |
Current Version | 2.4.18 |
Last Updated | 2024-03-06 |
Publish Date | 2023-08-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://waahah.xyz |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/waahah |
Supported Languages | 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" } } |