Coinup Search

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

Coinup Search क्या है?

Coinup Search CoinUP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Coinup Search changes your default search engine settings to Coinup.org"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Coinup Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}