Click explosions

Every time you click on something, see an explosion.

What is Click explosions?

Click explosions is a Chrome extension developed by Dean, and its main feature is "Every time you click on something, see an explosion.".

Extension Screenshots

screenshot

Download Click explosions Extension CRX File

Download Click explosions 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

                                            

Extension Basic Information

Name Click explosions Click explosions
ID hhcompnaaidmilgimoklmijdnooeafpi
Official URL https://chrome.google.com/webstore/detail/click-explosions/hhcompnaaidmilgimoklmijdnooeafpi
Description Every time you click on something, see an explosion.
File Size 182 KB
Installation Count 196
Current Version 1.0
Last Updated 2019-11-02
Publish Date 2019-11-02
Developer Dean
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click explosions",
    "short_name": "Clickplosions",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "explosions.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}