smart-browsing

Smart Browsing is a helpful tool that assists users with a better web experience

什么是smart-browsing?

smart-browsing是由john开发的Chrome扩展程序,该扩展的主要功能是“Smart Browsing is a helpful tool that assists users with a better web experience”。

扩展截图

screenshot

下载smart-browsing扩展crx文件

下载smart-browsing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A new and powerful Chrome extension designed to enhance your browsing experience by preventing NX domain errors when searching for websites online. With this extension installed, you can easily avoid the frustration of seeing an NX domain error page, which can interrupt your browsing flow.  instead, it offers quick and easy options for users to continue browsing online.

The landing page features a search field powered by Yahoo that allows users to search for the new website. Additionally, Smart Browsing partners with affiliates to offer users suggestions for related products or services similar to the domain name they were trying to visit. These options make it easier for users to find what they're looking for quickly, when the website they were originally searching for is no longer available.

We are a partner extension of and errors.net. Licensing is approved through their api sign up found at https://errors.net/errors-partner-sign-up/                    

扩展基本信息

名称 smart-browsing smart-browsing
ID pppojedoijafijfifgeccckbnccjbbem
官方URL https://chromewebstore.google.com/detail/smart-browsing/pppojedoijafijfifgeccckbnccjbbem
简介 Smart Browsing is a helpful tool that assists users with a better web experience
文件大小 36.32 KB
安装次数 20,000
当前版本 2.4
更新时间 2023-05-06
上架时间 2023-04-27
评分 5.00/5 共3次评分
开发者 john
电子邮箱 [email protected]
付费类型 free
扩展官网 https://smart-browsing.net
帮助页面URL https://smart-browsing.net/?a=about
隐私政策页面URL https://smart-browsing.net?a=privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "smart-browsing ",
    "homepage_url": "https:\/\/smart-browsing.net",
    "description": "Smart Browsing is a helpful tool that assists users with a better web experience",
    "version": "2.4",
    "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:\/\/*\/*"
    ]
}