Coinup Search
Coinup Search changes your default search engine settings to Coinup.org
Qu'est-ce que Coinup Search ?
Coinup Search est une extension Chrome développée par CoinUP, et sa fonction principale est "Coinup Search changes your default search engine settings to Coinup.org".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Coinup Search
Téléchargez les fichiers d'extension Coinup Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Coinup Search |
ID | nmbnhilckoofgdfnelmheooliinmlifj |
URL Officiel | https://chromewebstore.google.com/detail/coinup-search/nmbnhilckoofgdfnelmheooliinmlifj |
Description | Coinup Search changes your default search engine settings to Coinup.org |
Taille du Fichier | 21.5 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-04-16 |
Date de Publication | 2020-04-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | CoinUP |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://coinup.org/privacy-policy.html |
Langues Prises en Charge | 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" ] } |