CDKeys.com
Search online for your favourite games and always know if they are available to download at CDKeys.com
Was ist CDKeys.com?
CDKeys.com ist eine Chrome-Erweiterung, die von https://www.cdkeys.com entwickelt wurde, und ihr Hauptmerkmal ist "Search online for your favourite games and always know if they are available to download at CDKeys.com".
Erweiterungsscreenshots
CDKeys.com-Erweiterungs-CRX-Datei herunterladen
Laden Sie CDKeys.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Surf around the web for your favorite games and check the availability with best price from CDKeys.com.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ccbfldhmepgjnenngmncbmjkllelamhi |
Offizielle URL | https://chrome.google.com/webstore/detail/ccbfldhmepgjnenngmncbmjkllelamhi |
Beschreibung | Search online for your favourite games and always know if they are available to download at CDKeys.com |
Dateigröße | 94.25 KB |
Installationsanzahl | 244 |
Aktuelle Version | 1.5 |
Letztes Update | 2020-07-03 |
Veröffentlichungsdatum | 2020-07-03 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://www.cdkeys.com |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://support.cdkeys.com/ |
URL der Datenschutzrichtlinien-Seite | https://www.cdkeys.com/privacy-policy |
Unterstützte Sprachen | 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 } |