Browse Next

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

Cos'è Browse Next?

Browse Next è un'estensione di Chrome sviluppata da Phillip Norton, e la sua funzione principale è "Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Browse Next

Scarica i file di estensione Browse Next in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Browse Next Browse Next
ID copdjcgkhmclllognmgnbcgcomhaigkc
URL Ufficiale https://chromewebstore.google.com/detail/browse-next/copdjcgkhmclllognmgnbcgcomhaigkc
Descrizione Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.
Dimensione del File 9.79 KB
Conteggio Installazioni 943
Versione Corrente 1.0
Ultimo Aggiornamento 2023-12-18
Data di Pubblicazione 2023-12-18
Sviluppatore Phillip Norton
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsenext.net
URL della Pagina di Aiuto https://browsenext.net/?a=about
URL della Pagina della Politica sulla Privacy https://browsenext.net?a=privacy
Lingue Supportate 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:\/\/*\/*"
    ]
}