Codingame 4 Kids

Enable to play 'The Great Escape' with blockly.

Qu'est-ce que Codingame 4 Kids ?

Codingame 4 Kids est une extension Chrome développée par Unknown, et sa fonction principale est "Enable to play 'The Great Escape' with blockly.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Codingame 4 Kids

Téléchargez les fichiers d'extension Codingame 4 Kids au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Permet d'ultiliser blockly pour jouer à Codingame.
Ne marche que sur le "Combat de Bots" => "The Great Escape" (dans Compétition").                    

Informations de Base sur l'Extension

Nom Codingame 4 Kids Codingame 4 Kids
ID fjpddilelfhopcckbdeceagkcnjlibdb
URL Officiel https://chromewebstore.google.com/detail/codingame-4-kids/fjpddilelfhopcckbdeceagkcnjlibdb
Description Enable to play 'The Great Escape' with blockly.
Taille du Fichier 1.34 MB
Nombre d'Installations 62
Version Actuelle 0.9
Dernière Mise à Jour 2020-05-21
Date de Publication 2020-05-21
Développeur Unknown
Type de Paiement free
Langues Prises en Charge fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Codingame 4 Kids",
    "manifest_version": 2,
    "version": "0.9",
    "description": "Enable to play 'The Great Escape' with blockly.",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "http:\/\/www.codingame.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.codingame.com\/*",
                "http:\/\/www.codingame.com\/*"
            ],
            "js": [
                ".\/blockly\/blockly_compressed.js",
                ".\/blockly\/blocks_compressed.js",
                ".\/blockly\/javascript_compressed.js",
                ".\/blockly\/msg\/js\/fr.js",
                ".\/generated\/c4kBlocks.js",
                ".\/generated\/c4kCode.js",
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ]
}