kidpix dynamite

blows up the webpage

What is kidpix dynamite?

kidpix dynamite is a Chrome extension developed by aconanlai, and its main feature is "blows up the webpage".

Extension Screenshots

screenshot

Download kidpix dynamite Extension CRX File

Download kidpix dynamite 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

                        replicates Kid Pix's dynamite eraser tool in Chrome - blow up any website on sight.                    

Extension Basic Information

Name kidpix dynamite kidpix dynamite
ID mihhbojlannhiamnekmdbdeimiehhjal
Official URL https://chrome.google.com/webstore/detail/kidpix-dynamite/mihhbojlannhiamnekmdbdeimiehhjal
Description blows up the webpage
File Size 9.84 KB
Installation Count 231
Current Version 1.0
Last Updated 2017-06-15
Publish Date 2017-06-15
Rating 3.67/5 Total 3 Ratings
Developer aconanlai
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "kidpix dynamite",
    "short_name": "kidpix_dynamite",
    "description": "blows up the webpage",
    "version": "1.0",
    "icons": {
        "24": "icon24.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_title": "blow up",
        "default_icon": "icon24.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}