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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}