Hi!PDA Plus
来自D版带着爱!
Hi!PDA Plus란 무엇입니까?
Hi!PDA Plus은(는) deadlili에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "来自D版带着爱!"입니다.
확장 프로그램 스크린샷
Hi!PDA Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |