AcFun-CIP
AcFun Comment Instrumentality Project Extension(A站评论补全计划插件)
What is AcFun-CIP?
AcFun-CIP is a Chrome extension developed by Trisolar, and its main feature is "AcFun Comment Instrumentality Project Extension(A站评论补全计划插件)".
Extension Screenshots
Download AcFun-CIP Extension CRX File
Download AcFun-CIP 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
安装插件后可以恢复A站视频或文章中被删除的评论,恢复不保证能100%的成功率,且只能恢复2018-07-01之后发表的评论 好的建议和bug反馈请发送到邮箱 [email protected] 反馈qq群:961468416
Extension Basic Information
Name | AcFun-CIP |
ID | mhpjihcolfmanjipbiileobmpljepjod |
Official URL | https://chromewebstore.google.com/detail/acfun-cip/mhpjihcolfmanjipbiileobmpljepjod |
Description | AcFun Comment Instrumentality Project Extension(A站评论补全计划插件) |
File Size | 69.31 KB |
Installation Count | 706 |
Current Version | 2.4.0 |
Last Updated | 2019-03-14 |
Publish Date | 2019-03-14 |
Rating | 4.84/5 Total 38 Ratings |
Developer | Trisolar |
[email protected] | |
Payment Type | free |
Extension Website | http://acfun.trisolaries.com/ |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AcFun-CIP", "description": "AcFun Comment Instrumentality Project Extension\uff08A\u7ad9\u8bc4\u8bba\u8865\u5168\u8ba1\u5212\u63d2\u4ef6)", "version": "2.4.0", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.acfun.cn\/a\/*", "*:\/\/www.acfun.cn\/v\/*" ], "js": [ ".\/content_script.js" ] } ], "permissions": [ "*:\/\/*.trisolar.top\/*" ] } |