CDKeys.com

Search online for your favourite games and always know if they are available to download at CDKeys.com

ما هو CDKeys.com؟

CDKeys.com هو إضافة Chrome تم تطويرها بواسطة https://www.cdkeys.com، والميزة الرئيسية لها هي "Search online for your favourite games and always know if they are available to download at CDKeys.com".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة CDKeys.com

قم بتنزيل ملفات الامتداد CDKeys.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Install the CDKeys Chrome Extension to get up to date pricing when you surf the web shopping for your favourite PC, Xbox, Nintendo, and PlayStation games. The CDKeys Chrome Extension will check if CDKeys.com has a cheaper listing for the game you are shopping for!                    

معلومات أساسية عن التمديد

الاسم CDKeys.com CDKeys.com
ID hegpcfedlbjmemdiemgmmemcbefkhgbb
عنوان URL الرسمي https://chromewebstore.google.com/detail/cdkeyscom/hegpcfedlbjmemdiemgmmemcbefkhgbb
الوصف Search online for your favourite games and always know if they are available to download at CDKeys.com
حجم الملف 62.8 KB
عدد التثبيتات 57,624
النسخة الحالية 1.71
آخر تحديث 2024-01-03
تاريخ النشر 2020-06-30
تقييم 3.78/5 مجموع تقييمات 27
المطور https://www.cdkeys.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.cdkeys.com/
عنوان صفحة المساعدة https://support.cdkeys.com/
عنوان صفحة سياسة الخصوصية https://www.cdkeys.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CDKeys.com",
    "version": "1.71",
    "description": "Search online for your favourite games and always know if they are available to download at CDKeys.com",
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.steampowered.com\/*",
                "https:\/\/*.instant-gaming.com\/*",
                "https:\/\/*.mmoga.com\/*",
                "https:\/\/*.mmoga.co.uk\/*",
                "https:\/\/*.mmoga.de\/*",
                "https:\/\/*.mmoga.fr\/*",
                "https:\/\/*.mmoga.es\/*",
                "https:\/\/*.mmoga.se\/*",
                "https:\/\/*.gamivo.com\/*",
                "https:\/\/*.mixer.com\/*",
                "https:\/\/*.gocdkeys.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.g2a.com\/*",
                "https:\/\/*.gg.deals\/*",
                "https:\/\/*.cdkeys.test\/*",
                "https:\/\/*.cdkeys.com\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_icon": "img\/favicon.png"
    },
    "content_security_policy": [],
    "host_permissions": [
        "https:\/\/cdkeys.test\/",
        "https:\/\/www.cdkeys.com\/"
    ]
}