smart-browsing
Smart Browsing is a helpful tool that assists users with a better web experience
Was ist smart-browsing?
smart-browsing ist eine Chrome-Erweiterung, die von john entwickelt wurde, und ihr Hauptmerkmal ist "Smart Browsing is a helpful tool that assists users with a better web experience".
Erweiterungsscreenshots
smart-browsing-Erweiterungs-CRX-Datei herunterladen
Laden Sie smart-browsing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | smart-browsing |
ID | pppojedoijafijfifgeccckbnccjbbem |
Offizielle URL | https://chromewebstore.google.com/detail/smart-browsing/pppojedoijafijfifgeccckbnccjbbem |
Beschreibung | Smart Browsing is a helpful tool that assists users with a better web experience |
Dateigröße | 36.32 KB |
Installationsanzahl | 20,000 |
Aktuelle Version | 2.4 |
Letztes Update | 2023-05-06 |
Veröffentlichungsdatum | 2023-04-27 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | john |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://smart-browsing.net |
Hilfeseite URL | https://smart-browsing.net/?a=about |
URL der Datenschutzrichtlinien-Seite | https://smart-browsing.net?a=privacy |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |