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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}