Hi!PDA Power
来自D版带着爱!
What is Hi!PDA Power?
Hi!PDA Power is a Chrome extension developed by i6941, and its main feature is "来自D版带着爱!".
Download Hi!PDA Power Extension CRX File
Download Hi!PDA Power 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
基于deadlili的Hi!PDA Plus 0.22增加了以下功能: 1.浏览历史记录 2.发帖草稿 0.23增加了以下功能: 1.增加自动保存草稿的开关,默认关闭 0.24增加了以下功能: 1.根据关键字高亮主题 2.根据关键字隐藏主题 0.25增加了以下功能: 1.自定义高亮样式 并计划新增依托于服务器的搜索修复,内容推送和@功能
Extension Basic Information
Name | |
ID | endnkpfaphnhmjmdkojdljeneefbgeno |
Official URL | https://chromewebstore.google.com/detail/hipda-power/endnkpfaphnhmjmdkojdljeneefbgeno |
Description | 来自D版带着爱! |
File Size | 62.94 KB |
Installation Count | 331 |
Current Version | 0.25 |
Last Updated | 2018-05-28 |
Publish Date | 2018-05-27 |
Rating | 5.00/5 Total 4 Ratings |
Developer | i6941 |
Payment Type | free |
Supported Languages | 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" ] } |