Instant Safe Web — A Better Way to Search
Instant Safe Web — A Better Way to Search
Cos'è Instant Safe Web — A Better Way to Search?
Instant Safe Web — A Better Way to Search è un'estensione di Chrome sviluppata da http://instantsafeweb.com, e la sua funzione principale è "Instant Safe Web — A Better Way to Search".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instant Safe Web — A Better Way to Search
Scarica i file di estensione Instant Safe Web — A Better Way to Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Instant Safe Web is a Chrome Extension for A Better Search Experience This extension changes your default search and provides the features below: - Popular useful links - Search box providing Bing.com search results. Use the new tab search box to search your desired information, images, videos, and more through Bing search directly from your browser’s new tab. This extension is free to download from the Chrome Web store By installing and using Instant Safe Web you agree to the Terms of Use, as well as to receiving any future updates and upgrades. Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time. Terms of Service: https://instantsafeweb.com/terms.html Privacy Policy: https://instantsafeweb.com/privacy.html
Informazioni di Base sull'Estensione
Nome | |
ID | fpnemmkcelooenoeheeimeieknnnemio |
URL Ufficiale | https://chrome.google.com/webstore/detail/instant-safe-web-%E2%80%94-a-bett/fpnemmkcelooenoeheeimeieknnnemio |
Descrizione | Instant Safe Web — A Better Way to Search |
Dimensione del File | 23.64 KB |
Conteggio Installazioni | 365 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-02-05 |
Data di Pubblicazione | 2021-02-05 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | http://instantsafeweb.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://instantsafeweb.com |
URL della Pagina della Politica sulla Privacy | https://extensionmedia.net/privacy.html |
Lingue Supportate | en-US |
manifest.json | |
{ "name": "Instant Safe Web \u2014 A Better Way to Search", "version": "1.0.0", "author": "Instant Safe Web", "description": "Instant Safe Web \u2014 A Better Way to Search", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Instant Safe Web" }, "background": { "scripts": [ "js\/background.js" ] }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/instantsafeweb.com\/images\/favicon.png", "is_default": true, "keyword": "instantsafeweb", "name": "Smart Search", "search_url": "https:\/\/search.instantsafeweb.com\/?q={searchTerms}&cid=instantsafeweb&utm_source=chromestore&utm_campaign=chrome&utm_medium=extension" } } } |