CDKeys.com

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

Vad är CDKeys.com?

CDKeys.com är en Chrome-tillägg utvecklad av https://www.cdkeys.com, och dess huvudfunktion är "Search online for your favourite games and always know if they are available to download at CDKeys.com".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner CDKeys.com-förlängningens CRX-fil

Ladda ner CDKeys.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn CDKeys.com CDKeys.com
ID ccbfldhmepgjnenngmncbmjkllelamhi
Officiell webbadress https://chrome.google.com/webstore/detail/ccbfldhmepgjnenngmncbmjkllelamhi
Beskrivning Search online for your favourite games and always know if they are available to download at CDKeys.com
Filstorlek 94.25 KB
Antal Installationer 244
Aktuell Version 1.5
Senast Uppdaterad 2020-07-03
Publiceringsdatum 2020-07-03
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://www.cdkeys.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://support.cdkeys.com/
URL till Sekretesspolicy Sidan https://www.cdkeys.com/privacy-policy
Stödda Språk 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
}