Online Search Tool

Online Search Tool extension sets your default search setting to Online Search Tool with sponsored search results.

Online Search Tool là gì?

Online Search Tool là một tiện ích mở rộng Chrome được phát triển bởi Online Search Tool, và tính năng chính của nó là "Online Search Tool extension sets your default search setting to Online Search Tool with sponsored search results.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Online Search Tool

Tải xuống các tệp mở rộng Online Search Tool 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

                        Privacy Policy:
https://onlinesearchtool.org/pages/privacy.html

Uninstall Instructions: 
https://onlinesearchtool.org/pages/uninstall.html                    

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

Tên Online Search Tool Online Search Tool
ID jkhkimeccaklhnefcjdjfgblaohadjlf
URL Chính Thức https://chromewebstore.google.com/detail/online-search-tool/jkhkimeccaklhnefcjdjfgblaohadjlf
Mô tả Online Search Tool extension sets your default search setting to Online Search Tool with sponsored search results.
Kích Thước Tệp 9.26 KB
Số Lần Cài Đặt 419
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2022-03-22
Ngày Phát Hành 2022-01-24
Nhà Phát Triển Online Search Tool
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://onlinesearchtool.org/pages/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Online Search Tool",
    "manifest_version": 3,
    "description": "Online Search Tool extension sets your default search setting to Online Search Tool with sponsored search results.",
    "version": "1.6",
    "action": {
        "default_icon": "logo.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/onlinesearchtool.org\/favicon.ico",
            "is_default": true,
            "keyword": "OST",
            "name": "OnlineSearchTool",
            "search_url": "https:\/\/onlinesearchtool.org\/search\/search?kw={searchTerms}",
            "instant_url": "https:\/\/onlinesearchtool.org\/search\/search?kw={searchTerms}",
            "suggest_url": "https:\/\/onlinesearchtool.org\/search\/autosuggest?q={searchTerms}",
            "alternate_urls": [
                "https:\/\/onlinesearchtool.org\/search\/search?kw={searchTerms}"
            ]
        }
    },
    "host_permissions": [
        "*:\/\/*.onlinesearchtool.org\/*"
    ],
    "icons": {
        "128": "icon.png"
    },
    "incognito": "split",
    "omnibox": {
        "keyword": "search"
    },
    "permissions": [
        "cookies",
        "storage",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json"
            ]
        }
    ]
}