Better Search

Get better search results with BetterSearch

Co to jest Better Search?

Better Search to rozszerzenie Chrome opracowane przez arbitr1250, a jego główną funkcją jest „Get better search results with BetterSearch”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Better Search

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

                        Search securely and get the most relevant results powered by BetterSearch!
By clicking "Add to Chrome", you agree to be bound by our Terms and Conditions and Privacy Policy, add it extension to your Chrome browser and change your default Web search service provider to BetterSearch.                    

Podstawowe informacje o rozszerzeniu

Nazwa Better Search Better Search
ID mknbnblnbcmbmilohmpbjegcggfpdnkj
Oficjalny URL https://chrome.google.com/webstore/detail/better-search/mknbnblnbcmbmilohmpbjegcggfpdnkj
Opis Get better search results with BetterSearch
Rozmiar pliku 85.33 KB
Liczba instalacji 4,000
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-01-13
Data Publikacji 2021-09-09
Ocena 1.00/5 Łącznie 102 Oceny
Deweloper arbitr1250
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://bettersearchtr.com/
Adres URL Strony Pomocy https://bettersearchtr.com/contact.html
Adres URL Strony Polityki Prywatności https://bettersearchtr.com/privacy.html
Obsługiwane Języki en
manifest.json
{
    "author": "Solid Media",
    "background": {
        "page": "assets\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/16x16.png"
        },
        "default_title": "Live Search"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/bettersearchtr.com\/assets\/img\/favicon.ico",
            "is_default": true,
            "keyword": "Live Search",
            "name": "Live Search",
            "params": "__PARAM__",
            "search_url": "https:\/\/bettersearchtr.com\/query\/?query={searchTerms}"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Get better search results with BetterSearch",
    "homepage_url": "https:\/\/bettersearchtr.com\/",
    "icons": {
        "128": "assets\/icons\/128x128.png",
        "16": "assets\/icons\/16x16.png",
        "24": "assets\/icons\/24x24.png",
        "256": "assets\/icons\/256x256.png",
        "48": "assets\/icons\/48x48.png",
        "96": "assets\/icons\/96x96.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "61",
    "name": "Better Search",
    "permissions": [
        "storage",
        "*:\/\/*.bettersearchtr.com\/*"
    ],
    "short_name": "BetterSearch",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": [
        "assets\/*.html",
        "assets\/js\/*.js",
        "assets\/icons\/*.png"
    ]
}