Browse Next

Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.

Co to jest Browse Next?

Browse Next to rozszerzenie Chrome opracowane przez Phillip Norton, a jego główną funkcją jest „Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Browse Next

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

                        Introducing Browse Next, your go-to Chrome extension for unraveling the mysteries of the internet! This user-friendly tool is designed to demystify everyday error codes, offer insights into website performance across various platforms, and provide a seamless browsing experience. When faced with an error page, easily navigate to similar websites or products using our convenient search bar, powered by affiliate partners such as Yahoo, Bing, and errors.net. Enhance your internet exploration!                    

Podstawowe informacje o rozszerzeniu

Nazwa Browse Next Browse Next
ID copdjcgkhmclllognmgnbcgcomhaigkc
Oficjalny URL https://chromewebstore.google.com/detail/browse-next/copdjcgkhmclllognmgnbcgcomhaigkc
Opis Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.
Rozmiar pliku 9.79 KB
Liczba instalacji 943
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-12-18
Data Publikacji 2023-12-18
Deweloper Phillip Norton
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://browsenext.net
Adres URL Strony Pomocy https://browsenext.net/?a=about
Adres URL Strony Polityki Prywatności https://browsenext.net?a=privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browse Next",
    "homepage_url": "https:\/\/browsenext.net",
    "description": "Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.",
    "version": "1.0",
    "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:\/\/*\/*"
    ]
}