CrackWatch

Browse the web for your favorite games and always know if they are cracked or not!

CrackWatch란 무엇입니까?

CrackWatch은(는) https://crackwatch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse the web for your favorite games and always know if they are cracked or not!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CrackWatch 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The CrackWatch Chrome extension allows you to see a quick list of the latest cracked games. 

Legal Notice: CrackWatch does not provide any illegal file or torrent or any link to these works and is not affiliated with any hacking group. CrackWatch is a news reporting website about the crack status of video games and only provide public and legal information.

Notice that the extension also compare game prices and display the best found price on a few domains you browse including Youtube, Steam, Twitch, Amazon, etc... If you do not agree with this, please do not install the extension.

Further developments of the extension will also display the crack status of the games directly in Youtube, Steam, etc...                    

확장 프로그램 기본 정보

이름 CrackWatch CrackWatch
ID dechlkibpibjlaidpeniljjejncdhfpj
공식 URL https://chromewebstore.google.com/detail/crackwatch/dechlkibpibjlaidpeniljjejncdhfpj
설명 Browse the web for your favorite games and always know if they are cracked or not!
파일 크기 590 KB
설치 횟수 42,384
현재 버전 1.5
최근 업데이트 2020-12-23
출시 날짜 2019-02-05
평점 3.93/5 총 57 개의 평점
개발자 https://crackwatch.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://crackwatch.com
도움말 페이지 URL https://crackwatch.com/tickets
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CrackWatch",
    "version": "1.5",
    "manifest_version": 2,
    "description": "Browse the web for your favorite games and always know if they are cracked or not!",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-3.2.0.min.js",
            "src\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "CrackWatch",
        "default_popup": "src\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery-3.2.0.min.js",
                "src\/inject\/inject.js"
            ],
            "matches": [
                "http:\/\/store.steampowered.com\/*",
                "https:\/\/store.steampowered.com\/*",
                "https:\/\/www.instant-gaming.com\/*",
                "https:\/\/www.origin.com\/*",
                "http:\/\/www.dlcompare.com\/*",
                "http:\/\/www.dlcompare.fr\/*",
                "http:\/\/www.dlcompare.es\/*",
                "http:\/\/www.dlcompare.de\/*",
                "http:\/\/www.dlcompare.pt\/*",
                "https:\/\/www.vault111.com\/*",
                "http:\/\/www.allkeyshop.com\/*",
                "http:\/\/www.keyforsteam.de\/*",
                "http:\/\/www.goclecd.fr\/*",
                "https:\/\/www.planetkey.de\/*",
                "https:\/\/gocdkeys.com\/*",
                "http:\/\/www.jeuxvideo.com\/*",
                "https:\/\/www.kinguin.net\/*",
                "https:\/\/www.g2a.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/www.gamivo.com\/*",
                "https:\/\/www.gamekult.com\/*",
                "https:\/\/www.cdkeys.com\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.en\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "https:\/\/crackwatch.com",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "permissions": [
        "https:\/\/api.crackwatch.com\/*",
        "https:\/\/www.instant-gaming.com\/*"
    ],
    "web_accessible_resources": [
        "images\/logo3.png",
        "images\/logo3-white.png",
        "images\/logo3-whitebg.png",
        "images\/logo.svg"
    ]
}