Codingame 4 Kids

Enable to play 'The Great Escape' with blockly.

What is Codingame 4 Kids?

Codingame 4 Kids is a Chrome extension developed by Unknown, and its main feature is "Enable to play 'The Great Escape' with blockly.".

Extension Screenshots

screenshot

Download Codingame 4 Kids Extension CRX File

Download Codingame 4 Kids extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Codingame 4 Kids Codingame 4 Kids
ID fjpddilelfhopcckbdeceagkcnjlibdb
Official URL https://chromewebstore.google.com/detail/codingame-4-kids/fjpddilelfhopcckbdeceagkcnjlibdb
Description Enable to play 'The Great Escape' with blockly.
File Size 1.34 MB
Installation Count 62
Current Version 0.9
Last Updated 2020-05-21
Publish Date 2020-05-21
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}