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開發的Chrome擴展程式,該擴展的主要功能是“Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.”。

擴展截圖

screenshot
screenshot
screenshot

下載Browse Next擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}