Browse Next

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

What is Browse Next?

Browse Next is a Chrome extension developed by Phillip Norton, and its main feature is "Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Browse Next Extension CRX File

Download Browse Next extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Browse Next Browse Next
ID copdjcgkhmclllognmgnbcgcomhaigkc
Official URL https://chromewebstore.google.com/detail/browse-next/copdjcgkhmclllognmgnbcgcomhaigkc
Description Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.
File Size 9.79 KB
Installation Count 943
Current Version 1.0
Last Updated 2023-12-18
Publish Date 2023-12-18
Developer Phillip Norton
Email [email protected]
Payment Type free
Extension Website https://browsenext.net
Help Page URL https://browsenext.net/?a=about
Privacy Policy Page URL https://browsenext.net?a=privacy
Supported Languages 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:\/\/*\/*"
    ]
}