Best key search
Best key search - The best way to search
Cos'è Best key search?
Best key search è un'estensione di Chrome sviluppata da lonemoussemi, e la sua funzione principale è "Best key search - The best way to search".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Best key search
Scarica i file di estensione Best key 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
This extension changes your Chrome's Default Search. Optimized search powered by Google. Once Installed, if you have a default search option this will be changed to Key Tab which is secure and safe and powered by Google. Easily find what you are looking for on the internet.
Informazioni di Base sull'Estensione
Nome | |
ID | gbonpkmlnbmmakpdmmjeclhcmfmigfcj |
URL Ufficiale | https://chrome.google.com/webstore/detail/best-key-search/gbonpkmlnbmmakpdmmjeclhcmfmigfcj |
Descrizione | Best key search - The best way to search |
Dimensione del File | 8.21 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.1.8 |
Ultimo Aggiornamento | 2021-11-16 |
Data di Pubblicazione | 2021-11-16 |
Sviluppatore | lonemoussemi |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://keysearchs.com/pp.php |
Lingue Supportate | en-US |
manifest.json | |
{ "background": { "scripts": [ "bg.js" ] }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "https:\/\/www.keysearchs.com\/favicon.ico", "is_default": true, "keyword": "key", "name": "Best key search", "search_url": "https:\/\/www.keysearchs.com\/search.php?src=bstkes&type=ds&q={searchTerms}", "search_url_post_params": "", "suggest_url": "https:\/\/www.keysearchs.com\/suggest.php?q={searchTerms}", "suggest_url_post_params": "" } }, "permissions": [ "tabs" ], "description": "Best key search - The best way to search", "icons": { "16": "icons\/image16.png", "128": "icons\/image128.png" }, "manifest_version": 2, "name": "Best key search", "short_name": "Key", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.8" } |