GlitterEverywhere

Leaves a glitter trail behind your mouse

Co je GlitterEverywhere?

GlitterEverywhere je rozšíření Chrome vyvinuté EgoisticalGoat, a jeho hlavní funkcí je „Leaves a glitter trail behind your mouse“.

Stáhnout soubor CRX rozšíření GlitterEverywhere

Stáhněte si soubory rozšíření GlitterEverywhere ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GlitterEverywhere GlitterEverywhere
ID iiaegbhgobfchilmdhkcijeejmcnicpp
Oficiální URL https://chrome.google.com/webstore/detail/glittereverywhere/iiaegbhgobfchilmdhkcijeejmcnicpp
Popis Leaves a glitter trail behind your mouse
Velikost souboru 38.51 KB
Počet instalací 306
Aktuální Verze 0.1.0
Poslední Aktualizace 2017-01-31
Datum Vydání 2017-01-31
Hodnocení 3.80/5 Celkem 5 Hodnocení
Vývojář EgoisticalGoat
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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",
        "*:\/\/*\/*"
    ]
}