CDKeys.com

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

Τι είναι το CDKeys.com;

Το CDKeys.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.cdkeys.com, και η κύρια λειτουργία του είναι "Search online for your favourite games and always know if they are available to download at CDKeys.com".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CDKeys.com

Λήψη αρχείων επέκτασης CDKeys.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα CDKeys.com CDKeys.com
ID ccbfldhmepgjnenngmncbmjkllelamhi
Επίσημο URL https://chrome.google.com/webstore/detail/ccbfldhmepgjnenngmncbmjkllelamhi
Περιγραφή Search online for your favourite games and always know if they are available to download at CDKeys.com
Μέγεθος Αρχείου 94.25 KB
Αριθμός Εγκαταστάσεων 244
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2020-07-03
Ημερομηνία Δημοσίευσης 2020-07-03
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.cdkeys.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://support.cdkeys.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.cdkeys.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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
}