GlitterEverywhere

Leaves a glitter trail behind your mouse

What is GlitterEverywhere?

GlitterEverywhere is a Chrome extension developed by EgoisticalGoat, and its main feature is "Leaves a glitter trail behind your mouse".

Download GlitterEverywhere Extension CRX File

Download GlitterEverywhere 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

                        Leaves a trail of glitter behind your mouse on every movement.
Useful if your browsing experience is getting too boring and you want to add a splash of color.                    

Extension Basic Information

Name GlitterEverywhere GlitterEverywhere
ID iiaegbhgobfchilmdhkcijeejmcnicpp
Official URL https://chrome.google.com/webstore/detail/glittereverywhere/iiaegbhgobfchilmdhkcijeejmcnicpp
Description Leaves a glitter trail behind your mouse
File Size 38.51 KB
Installation Count 306
Current Version 0.1.0
Last Updated 2017-01-31
Publish Date 2017-01-31
Rating 3.80/5 Total 5 Ratings
Developer EgoisticalGoat
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GlitterEverywhere",
    "description": "Leaves a glitter trail behind your mouse",
    "manifest_version": 2,
    "version": "0.1.0",
    "content_scripts": [
        {
            "js": [
                "glitter_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ]
}