CodinGame Toolbox

An extension containing some handy tools for the CodinGame website

What is CodinGame Toolbox?

CodinGame Toolbox is a Chrome extension developed by Husenap, and its main feature is "An extension containing some handy tools for the CodinGame website".

Download CodinGame Toolbox Extension CRX File

Download CodinGame Toolbox 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

                        Tools:
- Turn the page into a chat only tab, nothing else.
- Remove the chat entirely and fill out the rest of the space with the current page.                    

Extension Basic Information

Name CodinGame Toolbox CodinGame Toolbox
ID jhfehgjigbenebpninokfejjgkcnjbkh
Official URL https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh
Description An extension containing some handy tools for the CodinGame website
File Size 52.99 KB
Installation Count 117
Current Version 1.2
Last Updated 2016-11-26
Publish Date 2016-11-26
Rating 3.00/5 Total 2 Ratings
Developer Husenap
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodinGame Toolbox",
    "version": "1.2",
    "description": "An extension containing some handy tools for the CodinGame website",
    "author": "Husenap",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}