迅雷云点播最新破解版
云点播当前页面的视频文件链接。
What is 迅雷云点播最新破解版?
迅雷云点播最新破解版 is a Chrome extension developed by http://www.webspider.me, and its main feature is "云点播当前页面的视频文件链接。".
Download 迅雷云点播最新破解版 Extension CRX File
Download 迅雷云点播最新破解版 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
点击工具栏按钮后自动查找当前页面可播放视频下载地址,链接到网络蜘蛛云点播(vod.webspider.me:888)播放。 利用最新技术破解迅雷云点播。 打开页面自动显示可播放的链接数,右击链接选择小二云点播,自动跳转到播放页
Extension Basic Information
Name | |
ID | fhlahjpnknlnedgmgbnbhijopkeafbpf |
Official URL | https://chrome.google.com/webstore/detail/%E8%BF%85%E9%9B%B7%E4%BA%91%E7%82%B9%E6%92%AD%E6%9C%80%E6%96%B0%E7%A0%B4%E8%A7%A3%E7%89%88/fhlahjpnknlnedgmgbnbhijopkeafbpf |
Description | 云点播当前页面的视频文件链接。 |
File Size | 215 KB |
Installation Count | 151 |
Current Version | 1.0 |
Last Updated | 2015-09-06 |
Publish Date | 2015-09-06 |
Developer | http://www.webspider.me |
Payment Type | free |
Extension Website | http://www.webspider.me |
Help Page URL | http://www.webspider.me/message.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u8fc5\u96f7\u4e91\u70b9\u64ad\u6700\u65b0\u7834\u89e3\u7248", "version": "1.0", "manifest_version": 2, "description": "\u4e91\u70b9\u64ad\u5f53\u524d\u9875\u9762\u7684\u89c6\u9891\u6587\u4ef6\u94fe\u63a5\u3002", "background": { "scripts": [ "misc\/x2yun.background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "all_frames": true, "js": [ "misc\/x2yun.fetch.js" ] } ], "browser_action": { "default_icon": "misc\/icon16x16.png", "default_popup": "x2yun.html" }, "icons": { "16": "misc\/icon16x16.png", "48": "misc\/icon48x48.png", "128": "misc\/icon128x128.png" }, "homepage_url": "http:\/\/vod.webspider.me:888\/", "permissions": [ "contextMenus", "tabs", "bookmarks", "http:\/\/*\/*", "https:\/\/*\/*" ] } |