smart-browsing

Smart Browsing is a helpful tool that assists users with a better web experience

Co to jest smart-browsing?

smart-browsing to rozszerzenie Chrome opracowane przez john, a jego główną funkcją jest „Smart Browsing is a helpful tool that assists users with a better web experience”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia smart-browsing

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

                        A new and powerful Chrome extension designed to enhance your browsing experience by preventing NX domain errors when searching for websites online. With this extension installed, you can easily avoid the frustration of seeing an NX domain error page, which can interrupt your browsing flow.  instead, it offers quick and easy options for users to continue browsing online.

The landing page features a search field powered by Yahoo that allows users to search for the new website. Additionally, Smart Browsing partners with affiliates to offer users suggestions for related products or services similar to the domain name they were trying to visit. These options make it easier for users to find what they're looking for quickly, when the website they were originally searching for is no longer available.

We are a partner extension of and errors.net. Licensing is approved through their api sign up found at https://errors.net/errors-partner-sign-up/                    

Podstawowe informacje o rozszerzeniu

Nazwa smart-browsing smart-browsing
ID pppojedoijafijfifgeccckbnccjbbem
Oficjalny URL https://chromewebstore.google.com/detail/smart-browsing/pppojedoijafijfifgeccckbnccjbbem
Opis Smart Browsing is a helpful tool that assists users with a better web experience
Rozmiar pliku 36.32 KB
Liczba instalacji 20,000
Aktualna Wersja 2.4
Ostatnia Aktualizacja 2023-05-06
Data Publikacji 2023-04-27
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper john
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://smart-browsing.net
Adres URL Strony Pomocy https://smart-browsing.net/?a=about
Adres URL Strony Polityki Prywatności https://smart-browsing.net?a=privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "smart-browsing ",
    "homepage_url": "https:\/\/smart-browsing.net",
    "description": "Smart Browsing is a helpful tool that assists users with a better web experience",
    "version": "2.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": "logo-128.png"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "performance.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}