hipda helper

hipda助手扩展

hipda helperคืออะไร?

hipda helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xiangzi fang และคุณลักษณะหลักของมันคือ "hipda助手扩展"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย hipda helper

ดาวน์โหลดไฟล์ส่วนขยาย hipda helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}