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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Browse Next

قم بتنزيل ملفات الامتداد Browse Next بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://browsenext.net/?a=about
عنوان صفحة سياسة الخصوصية 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:\/\/*\/*"
    ]
}