Needs More Glitter

Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun.

Qu'est-ce que Needs More Glitter ?

Needs More Glitter est une extension Chrome développée par joannabyr, et sa fonction principale est "Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Needs More Glitter

Téléchargez les fichiers d'extension Needs More Glitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Miss how crazy Myspace pages were and the capability of total creative freedom? Take that back with Needs More Glitter! Disrupt your usual browsing with an onslaught of glitter gifs and handwritten text on any website you may visit. This extension replaces all images on the webpage with a random selection of glitter gifs, reminiscent of over-customized Myspace pages and early internet websites, along with changing web fonts to totally fun options like Comic Sans.                    

Informations de Base sur l'Extension

Nom Needs More Glitter Needs More Glitter
ID bjkojoepnmilndielfbdlpdcgogcegce
URL Officiel https://chromewebstore.google.com/detail/needs-more-glitter/bjkojoepnmilndielfbdlpdcgogcegce
Description Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun.
Taille du Fichier 209 KB
Nombre d'Installations 48
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-12-10
Date de Publication 2020-12-09
Évaluation 5.00/5 Total 3 Évaluations
Développeur joannabyr
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://joannabyrne.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Needs More Glitter",
    "version": "1.0.0",
    "description": "Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun.",
    "homepage_url": "https:\/\/joannabyrne.com",
    "manifest_version": 2,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png",
        "256": "logo-256.png",
        "512": "logo-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "css": [
                "basic-extension.css"
            ],
            "js": [
                "jquery.min.js",
                "ready.js",
                "basic-extension.user.js"
            ]
        }
    ]
}