CDKeys.com

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

Co to jest CDKeys.com?

CDKeys.com to rozszerzenie Chrome opracowane przez https://www.cdkeys.com, a jego główną funkcją jest „Search online for your favourite games and always know if they are available to download at CDKeys.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CDKeys.com

Pobierz pliki rozszerzeń CDKeys.com w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa CDKeys.com CDKeys.com
ID ccbfldhmepgjnenngmncbmjkllelamhi
Oficjalny URL https://chrome.google.com/webstore/detail/ccbfldhmepgjnenngmncbmjkllelamhi
Opis Search online for your favourite games and always know if they are available to download at CDKeys.com
Rozmiar pliku 94.25 KB
Liczba instalacji 244
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2020-07-03
Data Publikacji 2020-07-03
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://www.cdkeys.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://support.cdkeys.com/
Adres URL Strony Polityki Prywatności https://www.cdkeys.com/privacy-policy
Obsługiwane Języki 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
}