豆瓣电影下载
在豆瓣电影详情页可直接下载
What is 豆瓣电影下载?
豆瓣电影下载 is a Chrome extension developed by delicious28, 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 | hlhbecmohkifkcckldjglpegjgaoebca |
Official URL | https://chromewebstore.google.com/detail/%E8%B1%86%E7%93%A3%E7%94%B5%E5%BD%B1%E4%B8%8B%E8%BD%BD/hlhbecmohkifkcckldjglpegjgaoebca |
Description | 在豆瓣电影详情页可直接下载 |
File Size | 89.24 KB |
Installation Count | 206 |
Current Version | 1.0 |
Last Updated | 2021-12-13 |
Publish Date | 2021-12-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | delicious28 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u8c46\u74e3\u7535\u5f71\u4e0b\u8f7d", "version": "1.0", "description": "\u5728\u8c46\u74e3\u7535\u5f71\u8be6\u60c5\u9875\u53ef\u76f4\u63a5\u4e0b\u8f7d", "author": "maomao", "icons": { "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "https:\/\/movie.douban.com\/subject\/*", "https:\/\/apibay.org\/*" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/movie.douban.com\/*" ], "js": [ "jquery-1.8.3.js", "content-script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "inject.js" ] } |