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!”。
擴展截圖
下載CrackWatch擴展crx文件
下載CrackWatch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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...
擴展基本資訊
名稱 | |
ID | dechlkibpibjlaidpeniljjejncdhfpj |
官方網址 | 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" ] } |