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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*"
    ]
}