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
公式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
Eメール [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\/"
    ]
}