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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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\/"
    ]
}