Coinup Search

Coinup Search changes your default search engine settings to Coinup.org

Τι είναι το Coinup Search;

Το Coinup Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CoinUP, και η κύρια λειτουργία του είναι "Coinup Search changes your default search engine settings to Coinup.org".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Coinup Search

Λήψη αρχείων επέκτασης Coinup Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Coinup Search Coinup Search
ID nmbnhilckoofgdfnelmheooliinmlifj
Επίσημο URL https://chromewebstore.google.com/detail/coinup-search/nmbnhilckoofgdfnelmheooliinmlifj
Περιγραφή Coinup Search changes your default search engine settings to Coinup.org
Μέγεθος Αρχείου 21.5 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2020-04-16
Ημερομηνία Δημοσίευσης 2020-04-14
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής CoinUP
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://coinup.org/privacy-policy.html
Υποστηριζόμενες Γλώσσες 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"
    ]
}