CDKeys.com

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

What is CDKeys.com?

CDKeys.com is a Chrome extension developed by https://www.cdkeys.com, and its main feature is "Search online for your favourite games and always know if they are available to download at CDKeys.com".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download CDKeys.com Extension CRX File

Download CDKeys.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Surf around the web for your favorite games and check the availability with best price from CDKeys.com.                    

Extension Basic Information

Name CDKeys.com CDKeys.com
ID ccbfldhmepgjnenngmncbmjkllelamhi
Official URL https://chrome.google.com/webstore/detail/ccbfldhmepgjnenngmncbmjkllelamhi
Description Search online for your favourite games and always know if they are available to download at CDKeys.com
File Size 94.25 KB
Installation Count 244
Current Version 1.5
Last Updated 2020-07-03
Publish Date 2020-07-03
Rating 3.00/5 Total 2 Ratings
Developer https://www.cdkeys.com
Email [email protected]
Payment Type free
Help Page URL https://support.cdkeys.com/
Privacy Policy Page URL https://www.cdkeys.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CDKeys.com",
    "version": "1.5",
    "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": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "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"
        }
    ],
    "permissions": [
        "https:\/\/cdkeys.test\/",
        "https:\/\/www.cdkeys.com\/"
    ],
    "browser_action": {
        "default_icon": "img\/favicon.png"
    },
    "web_accessible_resources": [
        "img\/logo.png"
    ],
    "manifest_version": 2
}