CDKeys.com

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

CDKeys.com là gì?

CDKeys.com là một tiện ích mở rộng Chrome được phát triển bởi https://www.cdkeys.com, và tính năng chính của nó là "Search online for your favourite games and always know if they are available to download at CDKeys.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CDKeys.com

Tải xuống các tệp mở rộng CDKeys.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CDKeys.com CDKeys.com
ID ccbfldhmepgjnenngmncbmjkllelamhi
URL Chính Thức https://chrome.google.com/webstore/detail/ccbfldhmepgjnenngmncbmjkllelamhi
Mô tả Search online for your favourite games and always know if they are available to download at CDKeys.com
Kích Thước Tệp 94.25 KB
Số Lần Cài Đặt 244
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2020-07-03
Ngày Phát Hành 2020-07-03
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.cdkeys.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://support.cdkeys.com/
URL Trang Chính Sách Bảo Mật https://www.cdkeys.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}