hipda helper

hipda助手扩展

hipda helper란 무엇입니까?

hipda helper은(는) xiangzi fang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "hipda助手扩展"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

hipda helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        hipda助手扩展
提供以下功能:
1.黑名单用户屏蔽(与安卓客户端同步名单)
2.恢复全文搜索
3.ominibox快捷搜索(浏览器地址栏输入hi后按tab键可以直接hipda全文搜索)
4.屏蔽BS版置顶帖
5.好孩子看得见(显示白色隐藏内容)
6.楼主ID高亮显示
7.页面宽度调制(默认关闭)
8.顶部菜单增加我的收藏等快捷入口(默认关闭)
9.新私信消息提醒

插件已开源:https://github.com/fqxufo/hipda-helper
欢迎各位大佬fork star watch素质三联

更多功能锐意制作中......                    

확장 프로그램 기본 정보

이름 hipda helper hipda helper
ID mmlkhkccadgochofbhcjnpgcfokbickl
공식 URL https://chromewebstore.google.com/detail/hipda-helper/mmlkhkccadgochofbhcjnpgcfokbickl
설명 hipda助手扩展
파일 크기 118 KB
설치 횟수 1,088
현재 버전 0.675
최근 업데이트 2022-06-14
출시 날짜 2020-05-15
평점 5.00/5 총 14 개의 평점
개발자 xiangzi fang
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/fqxufo/hipda-helper
도움말 페이지 URL https://www.hi-pda.com/forum/viewthread.php?tid=2505417
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hipda helper",
    "version": "0.675",
    "description": "hipda\u52a9\u624b\u6269\u5c55",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery3.js",
            "gbk.js",
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "hi"
    },
    "icons": {
        "16": "images\/16x.png",
        "32": "images\/32x.png",
        "48": "images\/48x.png",
        "128": "images\/128x.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_title": "hipda\u52a9\u624b\u63d2\u4ef6",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "popup\/popup.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.4d4y.com\/forum\/*"
            ],
            "js": [
                "jquery3.js",
                "gbk.js",
                "contentscript.js",
                "topcolor.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "clouddemo.html",
        "main.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.apple-cloudkit.com; object-src 'self'"
}