CDKeys.com

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

什么是CDKeys.com?

CDKeys.com是由https://www.cdkeys.com开发的Chrome扩展程序,该扩展的主要功能是“Search online for your favourite games and always know if they are available to download at CDKeys.com”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载CDKeys.com扩展crx文件

下载CDKeys.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 CDKeys.com CDKeys.com
ID ccbfldhmepgjnenngmncbmjkllelamhi
官方URL https://chrome.google.com/webstore/detail/ccbfldhmepgjnenngmncbmjkllelamhi
简介 Search online for your favourite games and always know if they are available to download at CDKeys.com
文件大小 94.25 KB
安装次数 244
当前版本 1.5
更新时间 2020-07-03
上架时间 2020-07-03
评分 3.00/5 共2次评分
开发者 https://www.cdkeys.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://support.cdkeys.com/
隐私政策页面URL https://www.cdkeys.com/privacy-policy
支持的语言 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
}