豆瓣电影传送门
妈妈再也不会担心我找不到资源了~
What is 豆瓣电影传送门?
豆瓣电影传送门 is a Chrome extension developed by user.zhaopeng, 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
我是一名豆瓣爱好者,常常在豆瓣APP上面标记想看的电影,然后在有空的时候再去找资源看。豆瓣最近新增了”在哪儿看这部电影“版块,但是仅仅收录了比较常见的几家视频网站,比如优酷、腾讯视频等,这些网站往往需要购买VIP才能观看,为了节约花在找资源上的时间,我写了这个”豆瓣电影传送门“Chrome插件,妈妈再也不会担心我找不到电影资源了~🍻🍻🍻
Extension Basic Information
Name | 豆瓣电影传送门 |
ID | pkidecliagangmpphpelecaoogfbnihi |
Official URL | https://chromewebstore.google.com/detail/%E8%B1%86%E7%93%A3%E7%94%B5%E5%BD%B1%E4%BC%A0%E9%80%81%E9%97%A8/pkidecliagangmpphpelecaoogfbnihi |
Description | 妈妈再也不会担心我找不到资源了~ |
File Size | 14.2 KB |
Installation Count | 1,349 |
Current Version | 1.2.0 |
Last Updated | 2019-03-06 |
Publish Date | 2019-03-05 |
Rating | 4.00/5 Total 2 Ratings |
Developer | user.zhaopeng |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Neulana/douban-movie-extension |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u8c46\u74e3\u7535\u5f71\u4f20\u9001\u95e8", "description": "\u5988\u5988\u518d\u4e5f\u4e0d\u4f1a\u62c5\u5fc3\u6211\u627e\u4e0d\u5230\u8d44\u6e90\u4e86~", "version": "1.2.0", "homepage_url": "https:\/\/github.com\/Neulana\/douban-movie-extension", "icons": { "32": "favicon-32.png", "64": "favicon-64.png", "128": "favicon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/movie.douban.com\/subject\/*" ], "js": [ "core.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/*.neets.cc\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |