豆瓣电影助手
豆瓣电影页面显示电影下载链接
What is 豆瓣电影助手?
豆瓣电影助手 is a Chrome extension developed by 吴昊, 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 | afbgkgodpomhjclhnfddafacgfgkiibd |
Official URL | https://chrome.google.com/webstore/detail/%E8%B1%86%E7%93%A3%E7%94%B5%E5%BD%B1%E5%8A%A9%E6%89%8B/afbgkgodpomhjclhnfddafacgfgkiibd |
Description | 豆瓣电影页面显示电影下载链接 |
File Size | 44.44 KB |
Installation Count | 881 |
Current Version | 1.2.1 |
Last Updated | 2017-03-03 |
Publish Date | 2017-03-03 |
Rating | 4.62/5 Total 13 Ratings |
Developer | 吴昊 |
[email protected] | |
Payment Type | free |
Help Page URL | https://jinshuju.net/f/hYsGDn |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u8c46\u74e3\u7535\u5f71\u52a9\u624b", "description": "\u8c46\u74e3\u7535\u5f71\u9875\u9762\u663e\u793a\u7535\u5f71\u4e0b\u8f7d\u94fe\u63a5", "version": "1.2.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/torrentproject.se\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.javlibrary.com\/*", "https:\/\/movie.douban.com\/subject\/*" ], "js": [ "jquery.min.js", "clipboard.min.js", "app.js" ] } ] } |