Browse Next

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

Browse Next क्या है?

Browse Next Phillip Norton द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse Next is a simple and easy to use ext that assists you with learning more about common errors online."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Browse Next एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Browse Next Browse Next
ID copdjcgkhmclllognmgnbcgcomhaigkc
आधिकारिक URL https://chromewebstore.google.com/detail/browse-next/copdjcgkhmclllognmgnbcgcomhaigkc
विवरण Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.
फ़ाइल का आकार 9.79 KB
स्थापना संख्या 943
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-12-18
प्रकाशन तिथि 2023-12-18
डेवलपर Phillip Norton
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://browsenext.net
सहायता पृष्ठ URL https://browsenext.net/?a=about
गोपनीयता नीति पृष्ठ URL https://browsenext.net?a=privacy
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}