acfun 推送
推送提醒,文章区改版和增加屏蔽功能
What is acfun 推送?
acfun 推送 is a Chrome extension developed by 星雨漂流, and its main feature is "推送提醒,文章区改版和增加屏蔽功能".
Extension Screenshots
Download acfun 推送 Extension CRX File
Download acfun 推送 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
增加一个推送图标,显示推送数量,点击打开滚动列表。修改文章区(子分区,如综合),可自定义分类,亦可屏蔽up主(鼠标悬浮名称上会显示添加符号)。点击右边过滤按钮即可管理屏蔽功能。在评论区用户名称后面添加一个+号,点击弹出编辑窗口可以添加自定义标签。新增标签跳转功能。
Extension Basic Information
Name | acfun 推送 |
ID | lajijhfkibimpfpldkjoehbhigalajjc |
Official URL | https://chromewebstore.google.com/detail/acfun-%E6%8E%A8%E9%80%81/lajijhfkibimpfpldkjoehbhigalajjc |
Description | 推送提醒,文章区改版和增加屏蔽功能 |
File Size | 2.58 MB |
Installation Count | 111 |
Current Version | 1.3.4 |
Last Updated | 2019-05-18 |
Publish Date | 2019-05-18 |
Rating | 4.86/5 Total 14 Ratings |
Developer | 星雨漂流 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "acfun \u63a8\u9001", "description": "\u63a8\u9001\u63d0\u9192\uff0c\u6587\u7ae0\u533a\u6539\u7248\u548c\u589e\u52a0\u5c4f\u853d\u529f\u80fd", "version": "1.3.4", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "*.acfun.cn\/*", "http:\/\/webapi.acfun.cn\/*", "storage" ], "background": { "scripts": [ "js\/jquery.min.js", "js\/event.js", "dist\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.acfun.cn\/*", "https:\/\/www.acfun.cn\/*" ], "css": [ "style.css" ], "js": [ "dist\/vendor.js", "dist\/content.js" ], "run_at": "document_idle" } ], "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html" }, "options_page": "option.html" } |