smart-browsing

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

Qu'est-ce que smart-browsing ?

smart-browsing est une extension Chrome développée par john, et sa fonction principale est "Smart Browsing is a helpful tool that assists users with a better web experience".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension smart-browsing

Téléchargez les fichiers d'extension smart-browsing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom smart-browsing smart-browsing
ID pppojedoijafijfifgeccckbnccjbbem
URL Officiel https://chromewebstore.google.com/detail/smart-browsing/pppojedoijafijfifgeccckbnccjbbem
Description Smart Browsing is a helpful tool that assists users with a better web experience
Taille du Fichier 36.32 KB
Nombre d'Installations 20,000
Version Actuelle 2.4
Dernière Mise à Jour 2023-05-06
Date de Publication 2023-04-27
Évaluation 5.00/5 Total 3 Évaluations
Développeur john
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://smart-browsing.net
URL de la Page d'Aide https://smart-browsing.net/?a=about
URL de la Page de Politique de Confidentialité https://smart-browsing.net?a=privacy
Langues Prises en Charge 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:\/\/*\/*"
    ]
}