AcFun-CIP
AcFun Comment Instrumentality Project Extension(A站评论补全计划插件)
Wat is AcFun-CIP?
AcFun-CIP is een Chrome-extensie ontwikkeld door Trisolar, en de belangrijkste functie is "AcFun Comment Instrumentality Project Extension(A站评论补全计划插件)".
Extensie Screenshots
Download het CRX-bestand van de extensie AcFun-CIP
Download AcFun-CIP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
安装插件后可以恢复A站视频或文章中被删除的评论,恢复不保证能100%的成功率,且只能恢复2018-07-01之后发表的评论 好的建议和bug反馈请发送到邮箱 [email protected] 反馈qq群:961468416
Basisinformatie over de Extensie
Naam | AcFun-CIP |
ID | mhpjihcolfmanjipbiileobmpljepjod |
Officiële URL | https://chromewebstore.google.com/detail/acfun-cip/mhpjihcolfmanjipbiileobmpljepjod |
Beschrijving | AcFun Comment Instrumentality Project Extension(A站评论补全计划插件) |
Bestandsgrootte | 69.31 KB |
Aantal Installaties | 706 |
Huidige Versie | 2.4.0 |
Laatst Bijgewerkt | 2019-03-14 |
Publicatiedatum | 2019-03-14 |
Beoordeling | 4.84/5 Totaal 38 Beoordelingen |
Ontwikkelaar | Trisolar |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://acfun.trisolaries.com/ |
Ondersteunde Talen | 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\/*" ] } |