文小二文档下载助手
无需注册、购买VIP,一键下载百度文库文档,方便易用。
What is 文小二文档下载助手?
文小二文档下载助手 is a Chrome extension developed by Jason, and its main feature is "无需注册、购买VIP,一键下载百度文库文档,方便易用。".
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 | cfhkodbmdbjbbjhckmmohibfblbgcbhf |
Official URL | https://chrome.google.com/webstore/detail/%E6%96%87%E5%B0%8F%E4%BA%8C%E6%96%87%E6%A1%A3%E4%B8%8B%E8%BD%BD%E5%8A%A9%E6%89%8B/cfhkodbmdbjbbjhckmmohibfblbgcbhf |
Description | 无需注册、购买VIP,一键下载百度文库文档,方便易用。 |
File Size | 82.12 KB |
Installation Count | 849 |
Current Version | 1.0.1 |
Last Updated | 2018-11-25 |
Publish Date | 2018-11-25 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Jason |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://phantomshuttle.space/index.php?g=portal&m=index&a=policy |
Supported Languages | zh-CN |
manifest.json | |
{ "manifest_version": 2, "name": "\u6587\u5c0f\u4e8c\u6587\u6863\u4e0b\u8f7d\u52a9\u624b", "version": "1.0.1", "description": "\u65e0\u9700\u6ce8\u518c\u3001\u8d2d\u4e70VIP\uff0c\u4e00\u952e\u4e0b\u8f7d\u767e\u5ea6\u6587\u5e93\u6587\u6863\uff0c\u65b9\u4fbf\u6613\u7528\u3002", "icons": { "16": "\/img\/logo.png", "48": "\/img\/logo.png", "128": "\/img\/logo.png" }, "homepage_url": "https:\/\/baiduwenku.online\/", "browser_action": { "default_icon": [], "default_title": "\u6587\u5c0f\u4e8c\u6587\u6863\u4e0b\u8f7d\u52a9\u624b", "default_popup": "popup.html" }, "background": { "scripts": [ "\/lib\/jquery-2.0.3.min.js", "\/lib\/jquery.base64.js", "\/js\/background.js" ] }, "permissions": [ "cookies", "contextMenus", "notifications", "storage", "clipboardWrite", "activeTab", "https:\/\/wenku.baidu.com\/*\/", "https:\/\/baiduwenku.online\/*\/", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "minimum_chrome_version": "18", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |