Needs More Glitter

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

Cos'è Needs More Glitter?

Needs More Glitter è un'estensione di Chrome sviluppata da joannabyr, e la sua funzione principale è "Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Needs More Glitter

Scarica i file di estensione Needs More Glitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Needs More Glitter Needs More Glitter
ID bjkojoepnmilndielfbdlpdcgogcegce
URL Ufficiale https://chromewebstore.google.com/detail/needs-more-glitter/bjkojoepnmilndielfbdlpdcgogcegce
Descrizione Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun.
Dimensione del File 209 KB
Conteggio Installazioni 48
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-12-10
Data di Pubblicazione 2020-12-09
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore joannabyr
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://joannabyrne.com/
Lingue Supportate 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"
            ]
        }
    ]
}