Hi!PDA Plus

来自D版带着爱!

What is Hi!PDA Plus?

Hi!PDA Plus is a Chrome extension developed by deadlili, and its main feature is "来自D版带着爱!".

Extension Screenshots

screenshot
screenshot

Download Hi!PDA Plus Extension CRX File

Download Hi!PDA Plus 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

                        v0.21(2016年12月07日) 
D版终于支持https了,跟上。

v0.2(2015年10月20日)
popup界面优化,加入『屏蔽置顶帖』功能

v0.1 (2015年10月17日)
实现黑名单功能                    

Extension Basic Information

Name Hi!PDA Plus Hi!PDA Plus
ID gmmdbpldnbmfalpcjcfehjahofngclem
Official URL https://chromewebstore.google.com/detail/hipda-plus/gmmdbpldnbmfalpcjcfehjahofngclem
Description 来自D版带着爱!
File Size 61.22 KB
Installation Count 435
Current Version 0.21
Last Updated 2016-12-07
Publish Date 2016-12-07
Rating 4.94/5 Total 31 Ratings
Developer deadlili
Payment Type free
Help Page URL http://www.hi-pda.com/forum/viewthread.php?from=notice&tid=1727463
Supported Languages 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"
    ]
}