Coinup Search
Coinup Search changes your default search engine settings to Coinup.org
Cos'è Coinup Search?
Coinup Search è un'estensione di Chrome sviluppata da CoinUP, e la sua funzione principale è "Coinup Search changes your default search engine settings to Coinup.org".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Coinup Search
Scarica i file di estensione Coinup 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
Required permissions:
'search_provider' - this permission is needed to change your default Search Engine. Your searches will be redirected to Coinup.org
'Json' - this permission is needed to control that you have installed our extension and we do not offer it again if you have already installed it
By clicking "Add to chrome", I accept and agree to installing the coinup Search extension and setting Chrome™ default search to that provided by the service and the Terms of Use (https://coinup.org/tos.html) and Privacy Policy (https://coinup.org/privacy-policy.html)
Your privacy is important to us, read more about our privacy policy here :
https://coinup.org/privacy-policy.html
Learn more about us : https://coinup.org/info/#service
Contact us : https://coinup.org/privacy-policy.html#contactus Informazioni di Base sull'Estensione
| Nome | |
| ID | nmbnhilckoofgdfnelmheooliinmlifj |
| URL Ufficiale | https://chromewebstore.google.com/detail/coinup-search/nmbnhilckoofgdfnelmheooliinmlifj |
| Descrizione | Coinup Search changes your default search engine settings to Coinup.org |
| Dimensione del File | 21.5 KB |
| Conteggio Installazioni | 24 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2020-04-16 |
| Data di Pubblicazione | 2020-04-14 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | CoinUP |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://coinup.org/privacy-policy.html |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Coinup Search",
"version": "1.0.0",
"manifest_version": 2,
"description": "Coinup Search changes your default search engine settings to Coinup.org",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"chrome_settings_overrides": {
"search_provider": {
"encoding": "UTF-8",
"favicon_url": "https:\/\/coinup.org\/favicon.ico",
"is_default": true,
"keyword": "Coinup",
"name": "Coinup",
"search_url": "https:\/\/coinup.org\/search.php?a=6013&q={searchTerms}"
}
},
"web_accessible_resources": [
"*.json"
]
} | |