Hi!PDA Plus
来自D版带着爱!
Wat is Hi!PDA Plus?
Hi!PDA Plus is een Chrome-extensie ontwikkeld door deadlili, en de belangrijkste functie is "来自D版带着爱!".
Extensie Screenshots
Download het CRX-bestand van de extensie Hi!PDA Plus
Download Hi!PDA Plus-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
v0.21(2016年12月07日) D版终于支持https了,跟上。 v0.2(2015年10月20日) popup界面优化,加入『屏蔽置顶帖』功能 v0.1 (2015年10月17日) 实现黑名单功能
Basisinformatie over de Extensie
Naam | |
ID | gmmdbpldnbmfalpcjcfehjahofngclem |
Officiële URL | https://chromewebstore.google.com/detail/hipda-plus/gmmdbpldnbmfalpcjcfehjahofngclem |
Beschrijving | 来自D版带着爱! |
Bestandsgrootte | 61.22 KB |
Aantal Installaties | 435 |
Huidige Versie | 0.21 |
Laatst Bijgewerkt | 2016-12-07 |
Publicatiedatum | 2016-12-07 |
Beoordeling | 4.94/5 Totaal 31 Beoordelingen |
Ontwikkelaar | deadlili |
Betalingswijze | free |
Help Pagina-URL | http://www.hi-pda.com/forum/viewthread.php?from=notice&tid=1727463 |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hi!PDA Plus", "version": "0.21", "manifest_version": 2, "description": "\u6765\u81eaD\u7248\u5e26\u7740\u7231!", "browser_action": { "default_popup": "popup.html", "default_title": "\u6765\u81eaD\u7248\u5e26\u7740\u7231\uff01" }, "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/hi-pda.com\/forum\/*", "http:\/\/www.hi-pda.com\/forum\/*", "https:\/\/hi-pda.com\/forum\/*", "https:\/\/www.hi-pda.com\/forum\/*" ], "css": [ "style.css" ], "js": [ "jquery-1.11.3.min.js", "content.js" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "web_accessible_resources": [ "hide_stick.css" ] } |