Needs More Glitter

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

O que é Needs More Glitter?

Needs More Glitter é uma extensão do Chrome desenvolvida por joannabyr, e sua principal característica é "Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Needs More Glitter

Baixe arquivos de extensão Needs More Glitter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Needs More Glitter Needs More Glitter
ID bjkojoepnmilndielfbdlpdcgogcegce
URL Oficial https://chromewebstore.google.com/detail/needs-more-glitter/bjkojoepnmilndielfbdlpdcgogcegce
Descrição Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun.
Tamanho do Arquivo 209 KB
Contagem de Instalações 48
Versão Atual 1.0.0
Última Atualização 2020-12-10
Data de Publicação 2020-12-09
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor joannabyr
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://joannabyrne.com/
Idiomas Suportados 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"
            ]
        }
    ]
}