Hi!PDA Power
来自D版带着爱!
Cos'è Hi!PDA Power?
Hi!PDA Power è un'estensione di Chrome sviluppata da i6941, e la sua funzione principale è "来自D版带着爱!".
Scarica il file CRX dell'estensione Hi!PDA Power
Scarica i file di estensione Hi!PDA Power in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
基于deadlili的Hi!PDA Plus 0.22增加了以下功能: 1.浏览历史记录 2.发帖草稿 0.23增加了以下功能: 1.增加自动保存草稿的开关,默认关闭 0.24增加了以下功能: 1.根据关键字高亮主题 2.根据关键字隐藏主题 0.25增加了以下功能: 1.自定义高亮样式 并计划新增依托于服务器的搜索修复,内容推送和@功能
Informazioni di Base sull'Estensione
Nome | |
ID | endnkpfaphnhmjmdkojdljeneefbgeno |
URL Ufficiale | https://chromewebstore.google.com/detail/hipda-power/endnkpfaphnhmjmdkojdljeneefbgeno |
Descrizione | 来自D版带着爱! |
Dimensione del File | 62.94 KB |
Conteggio Installazioni | 331 |
Versione Corrente | 0.25 |
Ultimo Aggiornamento | 2018-05-28 |
Data di Pubblicazione | 2018-05-27 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | i6941 |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hi!PDA Power", "version": "0.25", "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" ] } |