smart-browsing
Smart Browsing is a helpful tool that assists users with a better web experience
O que é smart-browsing?
smart-browsing é uma extensão do Chrome desenvolvida por john, e sua principal característica é "Smart Browsing is a helpful tool that assists users with a better web experience".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão smart-browsing
Baixe arquivos de extensão smart-browsing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | smart-browsing |
ID | pppojedoijafijfifgeccckbnccjbbem |
URL Oficial | https://chromewebstore.google.com/detail/smart-browsing/pppojedoijafijfifgeccckbnccjbbem |
Descrição | Smart Browsing is a helpful tool that assists users with a better web experience |
Tamanho do Arquivo | 36.32 KB |
Contagem de Instalações | 20,000 |
Versão Atual | 2.4 |
Última Atualização | 2023-05-06 |
Data de Publicação | 2023-04-27 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | john |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://smart-browsing.net |
URL da Página de Ajuda | https://smart-browsing.net/?a=about |
URL da Página de Política de Privacidade | https://smart-browsing.net?a=privacy |
Idiomas Suportados | 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:\/\/*\/*" ] } |