网盘下载助手
解析网盘资源下载地址的工具
What is 网盘下载助手?
网盘下载助手 is a Chrome extension developed by black.humour, and its main feature is "解析网盘资源下载地址的工具".
Extension Screenshots
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
网盘下载助手帮助您解析网盘的资源下载地址 使用方法:在资源页面点击插件图标即可
Extension Basic Information
Name | |
ID | ngicabcppiiboakmlaiaaaljikhpaaig |
Official URL | https://chrome.google.com/webstore/detail/%E7%BD%91%E7%9B%98%E4%B8%8B%E8%BD%BD%E5%8A%A9%E6%89%8B/ngicabcppiiboakmlaiaaaljikhpaaig |
Description | 解析网盘资源下载地址的工具 |
File Size | 1.78 MB |
Installation Count | 1,945 |
Current Version | 0.5.8 |
Last Updated | 2020-09-29 |
Publish Date | 2019-11-26 |
Rating | 2.41/5 Total 22 Ratings |
Developer | black.humour |
[email protected] | |
Payment Type | free |
Extension Website | http://pan.aacc.in/ |
Privacy Policy Page URL | https://sites.google.com/view/plugin-photo-privacy-policy |
Supported Languages | zh-CN |
manifest.json | |
{ "name": "\u7f51\u76d8\u4e0b\u8f7d\u52a9\u624b", "version": "0.5.8", "manifest_version": 2, "description": "\u89e3\u6790\u7f51\u76d8\u8d44\u6e90\u4e0b\u8f7d\u5730\u5740\u7684\u5de5\u5177", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "http:\/\/pan.aacc.in", "icons": { "16": "\/assets\/img\/icons\/icon16.png", "48": "\/assets\/img\/icons\/icon48.png", "128": "\/assets\/img\/icons\/icon128.png" }, "web_accessible_resources": [ "\/assets\/img\/icons\/icon128.png" ], "background": { "scripts": [ "\/assets\/js\/vendor\/jquery-3.2.1.min.js", "\/dist\/background.entry.js" ], "persistent": true }, "options_page": "\/option\/index.html", "browser_action": { "default_icon": "\/assets\/img\/icons\/icon128.png", "default_title": "\u7f51\u76d8\u4e0b\u8f7d\u52a9\u624b" }, "permissions": [ "storage", "notifications", "activeTab", "tabs", "*:\/\/qnapi.hichinese.top\/*", "*:\/\/api.aamm.top\/*", "*:\/\/qn.lilililili.hichinese.xyz\/*", "*:\/\/api-tg.lililili.info\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.captcha.qq.com; object-src 'self'" } |