豆瓣一键看过
用于在豆瓣网站中快速标记电影为已看过
What is 豆瓣一键看过?
豆瓣一键看过 is a Chrome extension developed by onechaoyang, 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 | pbgoembbkcojdnfoadodfogngapepfmn |
Official URL | https://chromewebstore.google.com/detail/%E8%B1%86%E7%93%A3%E4%B8%80%E9%94%AE%E7%9C%8B%E8%BF%87/pbgoembbkcojdnfoadodfogngapepfmn |
Description | 用于在豆瓣网站中快速标记电影为已看过 |
File Size | 10.28 KB |
Installation Count | 253 |
Current Version | 1.0.2 |
Last Updated | 2022-11-27 |
Publish Date | 2022-04-19 |
Rating | 4.67/5 Total 6 Ratings |
Developer | onechaoyang |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u8c46\u74e3\u4e00\u952e\u770b\u8fc7", "manifest_version": 3, "version": "1.0.2", "description": "\u7528\u4e8e\u5728\u8c46\u74e3\u7f51\u7ad9\u4e2d\u5feb\u901f\u6807\u8bb0\u7535\u5f71\u4e3a\u5df2\u770b\u8fc7", "action": { "default_icon": { "16": "icons\/icon16.png" }, "default_title": "\u8c46\u74e3\u4e00\u952e\u770b\u8fc7" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/movie.douban.com\/*", "https:\/\/search.douban.com\/movie\/*" ], "css": [ "style.css" ], "js": [ "content-script.js" ] } ] } |