Washbaidu

优化百度搜索界面,移除过度广告,消除注意力干扰,支持样式主题,提升百度体验

Washbaiduคืออะไร?

Washbaidu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://toast.pub และคุณลักษณะหลักของมันคือ "优化百度搜索界面,移除过度广告,消除注意力干扰,支持样式主题,提升百度体验"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        百度搜索在中文内容覆盖和可达性上有优势。但界面复杂、广告偏多。
插件简化界面,轻度移除广告,消除注意力干扰,提升搜索体验。并支持自定义主题样式。
隐私安全,本地化读取并修改美化百度界面,无数据及网络权限要求, 
持续更新,欢迎试用反馈。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Washbaidu Washbaidu
ID bhiodmiooehmkihcpibmohdpmblnmhdb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/washbaidu/bhiodmiooehmkihcpibmohdpmblnmhdb
คำอธิบาย 优化百度搜索界面,移除过度广告,消除注意力干扰,支持样式主题,提升百度体验
ขนาดไฟล์ 61.62 KB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 1.9.9
อัปเดตครั้งล่าสุด 2023-01-16
วันที่เผยแพร่ 2022-05-24
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://toast.pub
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://toast.pub/washbaidu/landing.html
URL หน้าช่วยเหลือ http://toast.pub/washbaidu/landing.html
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Washbaidu",
    "description": "\u4f18\u5316\u767e\u5ea6\u641c\u7d22\u754c\u9762\uff0c\u79fb\u9664\u8fc7\u5ea6\u5e7f\u544a\uff0c\u6d88\u9664\u6ce8\u610f\u529b\u5e72\u6270\uff0c\u652f\u6301\u6837\u5f0f\u4e3b\u9898\uff0c\u63d0\u5347\u767e\u5ea6\u4f53\u9a8c",
    "version": "1.9.9",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "searchlogo.png",
                "default_logo.png"
            ],
            "matches": [
                "https:\/\/*.baidu.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "css": [
                "themes\/totoro\/static.css"
            ],
            "matches": [
                "*:\/\/*.baidu.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "js": [
                "themes\/totoro\/render.js"
            ],
            "matches": [
                "*:\/\/*.baidu.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png",
        "64": "icons\/logo64.png",
        "128": "icons\/logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "WashBaidu",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.baidu.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.starfury.tech\/*",
            "*:\/\/*.toast.pub\/*"
        ]
    }
}