CDKeys.com

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

Cos'è CDKeys.com?

CDKeys.com è un'estensione di Chrome sviluppata da https://www.cdkeys.com, e la sua funzione principale è "Search online for your favourite games and always know if they are available to download at CDKeys.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CDKeys.com

Scarica i file di estensione CDKeys.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CDKeys.com CDKeys.com
ID ccbfldhmepgjnenngmncbmjkllelamhi
URL Ufficiale https://chrome.google.com/webstore/detail/ccbfldhmepgjnenngmncbmjkllelamhi
Descrizione Search online for your favourite games and always know if they are available to download at CDKeys.com
Dimensione del File 94.25 KB
Conteggio Installazioni 244
Versione Corrente 1.5
Ultimo Aggiornamento 2020-07-03
Data di Pubblicazione 2020-07-03
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://www.cdkeys.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://support.cdkeys.com/
URL della Pagina della Politica sulla Privacy https://www.cdkeys.com/privacy-policy
Lingue Supportate 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
}