Online Search Tool

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

Co to jest Online Search Tool?

Online Search Tool to rozszerzenie Chrome opracowane przez Online Search Tool, a jego główną funkcją jest „Online Search Tool extension sets your default search setting to Online Search Tool with sponsored search results.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Online Search Tool

Pobierz pliki rozszerzeń Online Search Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Online Search Tool Online Search Tool
ID jkhkimeccaklhnefcjdjfgblaohadjlf
Oficjalny URL https://chromewebstore.google.com/detail/online-search-tool/jkhkimeccaklhnefcjdjfgblaohadjlf
Opis Online Search Tool extension sets your default search setting to Online Search Tool with sponsored search results.
Rozmiar pliku 9.26 KB
Liczba instalacji 419
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2022-03-22
Data Publikacji 2022-01-24
Deweloper Online Search Tool
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://onlinesearchtool.org/pages/privacy.html
Obsługiwane Języki 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"
            ]
        }
    ]
}