未知搜索 - 去广告、去重定向、去内容农场

屏蔽搜索(百度、谷歌)广告、替换重定向链接、剔除内容农场网站,优化中文互联网搜索。

未知搜索 - 去广告、去重定向、去内容农场 là gì?

未知搜索 - 去广告、去重定向、去内容农场 là một tiện ích mở rộng Chrome được phát triển bởi https://xsear.ch, và tính năng chính của nó là "屏蔽搜索(百度、谷歌)广告、替换重定向链接、剔除内容农场网站,优化中文互联网搜索。".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 未知搜索 - 去广告、去重定向、去内容农场

Tải xuống các tệp mở rộng 未知搜索 - 去广告、去重定向、去内容农场 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        优化中文互联网下的搜索环境。

特点:
- 屏蔽搜索结果中的竞价广告。
- 剔除无意义的内容农场网站。
- 覆盖重定向链接为真实链接。

当前适配的网站:
- 谷歌
- 百度                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 未知搜索 - 去广告、去重定向、去内容农场 未知搜索 - 去广告、去重定向、去内容农场
ID omjmpbnbdehpghomlhihcfmembgfjakn
URL Chính Thức 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
Mô tả 屏蔽搜索(百度、谷歌)广告、替换重定向链接、剔除内容农场网站,优化中文互联网搜索。
Kích Thước Tệp 190 KB
Số Lần Cài Đặt 205
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-02-04
Ngày Phát Hành 2021-01-30
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://xsear.ch
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://xsear.ch/
Ngôn Ngữ Được Hỗ Trợ 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"
}