未知搜索 - 去广告、去重定向、去内容农场
屏蔽搜索(百度、谷歌)广告、替换重定向链接、剔除内容农场网站,优化中文互联网搜索。
未知搜索 - 去广告、去重定向、去内容农场คืออะไร?
未知搜索 - 去广告、去重定向、去内容农场 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xsear.ch และคุณลักษณะหลักของมันคือ "屏蔽搜索(百度、谷歌)广告、替换重定向链接、剔除内容农场网站,优化中文互联网搜索。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 未知搜索 - 去广告、去重定向、去内容农场
ดาวน์โหลดไฟล์ส่วนขยาย 未知搜索 - 去广告、去重定向、去内容农场 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
优化中文互联网下的搜索环境。
特点:
- 屏蔽搜索结果中的竞价广告。
- 剔除无意义的内容农场网站。
- 覆盖重定向链接为真实链接。
当前适配的网站:
- 谷歌
- 百度 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | omjmpbnbdehpghomlhihcfmembgfjakn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%E6%9C%AA%E7%9F%A5%E6%90%9C%E7%B4%A2-%E5%8E%BB%E5%B9%BF%E5%91%8A%E3%80%81%E5%8E%BB%E9%87%8D%E5%AE%9A%E5%90%91%E3%80%81%E5%8E%BB%E5%86%85%E5%AE%B9%E5%86%9C%E5%9C%BA/omjmpbnbdehpghomlhihcfmembgfjakn |
| คำอธิบาย | 屏蔽搜索(百度、谷歌)广告、替换重定向链接、剔除内容农场网站,优化中文互联网搜索。 |
| ขนาดไฟล์ | 190 KB |
| จำนวนการติดตั้ง | 205 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2021-02-04 |
| วันที่เผยแพร่ | 2021-01-30 |
| คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://xsear.ch |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://xsear.ch/ |
| ภาษาที่รองรับ | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u672a\u77e5\u641c\u7d22 - \u53bb\u5e7f\u544a\u3001\u53bb\u91cd\u5b9a\u5411\u3001\u53bb\u5185\u5bb9\u519c\u573a",
"version": "1.1",
"description": "\u5c4f\u853d\u641c\u7d22\uff08\u767e\u5ea6\u3001\u8c37\u6b4c\uff09\u5e7f\u544a\u3001\u66ff\u6362\u91cd\u5b9a\u5411\u94fe\u63a5\u3001\u5254\u9664\u5185\u5bb9\u519c\u573a\u7f51\u7ad9\uff0c\u4f18\u5316\u4e2d\u6587\u4e92\u8054\u7f51\u641c\u7d22\u3002",
"icons": {
"16": "icon\/search.png",
"32": "icon\/search.png",
"48": "icon\/search.png",
"128": "icon\/search.png"
},
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/cdn.jsdelivr.net; object-src 'self'",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon\/search.png",
"32": "icon\/search.png",
"48": "icon\/search.png",
"128": "icon\/search.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"include_globs": [
"*:\/\/*.google.*\/search*"
],
"js": [
"google_script.js"
]
},
{
"matches": [
"*:\/\/www.baidu.com\/*"
],
"js": [
"baidu_script.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_page": "options.html"
} | |