豆瓣评分筛选
豆瓣评分筛选
What is 豆瓣评分筛选?
豆瓣评分筛选 is a Chrome extension developed by mikertan, 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 | pdajoldnmfmgcdmecpjameokppahgmbc |
Official URL | https://chromewebstore.google.com/detail/%E8%B1%86%E7%93%A3%E8%AF%84%E5%88%86%E7%AD%9B%E9%80%89/pdajoldnmfmgcdmecpjameokppahgmbc |
Description | 豆瓣评分筛选 |
File Size | 155 KB |
Installation Count | 35 |
Current Version | 1.0.2 |
Last Updated | 2019-10-20 |
Publish Date | 2019-10-17 |
Developer | mikertan |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://106.12.127.15/privacy.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.2", "name": "\u8c46\u74e3\u8bc4\u5206\u7b5b\u9009", "description": "\u8c46\u74e3\u8bc4\u5206\u7b5b\u9009", "browser_action": { "default_icon": "image\/128.png", "default_popup": "popup.html" }, "icons": { "16": "image\/16.png", "48": "image\/48.png", "128": "image\/128.png" }, "permissions": [ "webRequest", "https:\/\/*\/douban.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/movie.douban.com\/explore" ], "js": [ "js\/jquery.min.1.8.js", "js\/douban.js" ], "css": [ "css\/css.css" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/background.js" ], "persistent": true } } |