Hi!PDA Plus
来自D版带着爱!
什么是Hi!PDA Plus?
Hi!PDA Plus是由deadlili开发的Chrome扩展程序,该扩展的主要功能是“来自D版带着爱!”。
扩展截图
下载Hi!PDA Plus扩展crx文件
下载Hi!PDA Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
v0.21(2016年12月07日) D版终于支持https了,跟上。 v0.2(2015年10月20日) popup界面优化,加入『屏蔽置顶帖』功能 v0.1 (2015年10月17日) 实现黑名单功能
扩展基本信息
名称 | |
ID | gmmdbpldnbmfalpcjcfehjahofngclem |
官方URL | https://chromewebstore.google.com/detail/hipda-plus/gmmdbpldnbmfalpcjcfehjahofngclem |
简介 | 来自D版带着爱! |
文件大小 | 61.22 KB |
安装次数 | 435 |
当前版本 | 0.21 |
更新时间 | 2016-12-07 |
上架时间 | 2016-12-07 |
评分 | 4.94/5 共31次评分 |
开发者 | deadlili |
付费类型 | free |
帮助页面URL | http://www.hi-pda.com/forum/viewthread.php?from=notice&tid=1727463 |
支持的语言 | 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" ] } |