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

下載CDKeys.com擴展crx文件

下載CDKeys.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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/
說明頁面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.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\/"
    ]
}