Online Search

Online Search replaces your new tab with trending searches & sponsored web search.

Co to jest Online Search?

Online Search to rozszerzenie Chrome opracowane przez Online Search Tool, a jego główną funkcją jest „Online Search replaces your new tab with trending searches & sponsored web search.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Online Search

Pobierz pliki rozszerzeń Online Search 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

                        With Online Search extension you get a New Tab search experience including
-New tab search form functionality.
-Popular Daily Trending Searches
-Convenient sponsored web search on your new tab.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Online Search Online Search
ID nhokeekobeiamfefjfdpjimojmdceghn
Oficjalny URL https://chromewebstore.google.com/detail/online-search/nhokeekobeiamfefjfdpjimojmdceghn
Opis Online Search replaces your new tab with trending searches & sponsored web search.
Rozmiar pliku 789 KB
Liczba instalacji 34,096
Aktualna Wersja 1.0.1.1
Ostatnia Aktualizacja 2023-01-22
Data Publikacji 2022-04-09
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
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1.1",
    "manifest_version": 3,
    "short_name": "Online Search",
    "description": "Online Search replaces your new tab with trending searches & sponsored web search.",
    "name": "Online Search",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.onlinesearchtool.org\/*"
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}