百度热搜屏蔽
屏蔽百度热搜,避免受影响
百度热搜屏蔽คืออะไร?
百度热搜屏蔽 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lirongfei985 และคุณลักษณะหลักของมันคือ "屏蔽百度热搜,避免受影响"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 百度热搜屏蔽
ดาวน์โหลดไฟล์ส่วนขยาย 百度热搜屏蔽 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
将百度热搜隐藏,避免受影响,个人认为百度热搜具有太多的误导性,根本不能提现用户的搜索热度,反而容易误导用户 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ohlhcgkebmfihnkopoahpmmbcokhaikf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%E7%99%BE%E5%BA%A6%E7%83%AD%E6%90%9C%E5%B1%8F%E8%94%BD/ohlhcgkebmfihnkopoahpmmbcokhaikf |
| คำอธิบาย | 屏蔽百度热搜,避免受影响 |
| ขนาดไฟล์ | 826 KB |
| จำนวนการติดตั้ง | 669 |
| เวอร์ชันปัจจุบัน | 1.0.8 |
| อัปเดตครั้งล่าสุด | 2024-01-05 |
| วันที่เผยแพร่ | 2022-11-09 |
| คะแนน | 4.82/5 รวมทั้งหมด 11 คะแนน |
| ผู้พัฒนา | lirongfei985 |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u767e\u5ea6\u70ed\u641c\u5c4f\u853d",
"version": "1.0.8",
"manifest_version": 3,
"description": "\u5c4f\u853d\u767e\u5ea6\u70ed\u641c\uff0c\u907f\u514d\u53d7\u5f71\u54cd",
"icons": {
"16": "imgs\/16.png",
"24": "imgs\/24.png",
"32": "imgs\/32.png",
"48": "imgs\/48.png",
"64": "imgs\/64.png",
"72": "imgs\/72.png",
"96": "imgs\/96.png",
"128": "imgs\/128.png"
},
"action": {
"default_icon": "imgs\/16.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.baidu.com\/*"
],
"run_at": "document_end",
"all_frames": true,
"css": [
"content.css"
],
"js": [
"js\/content_script.js"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"permissions": [],
"host_permissions": []
} | |