Fabtastic

Make your internet fabulous

Cos'è Fabtastic?

Fabtastic è un'estensione di Chrome sviluppata da brglasser, e la sua funzione principale è "Make your internet fabulous".

Scarica il file CRX dell'estensione Fabtastic

Scarica i file di estensione Fabtastic 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

                        Add a little color to your life and to your web pages by making the paragraphs on the pages you visit randomly cycle through all the color of the rainbow.  Its fabulous!                    

Informazioni di Base sull'Estensione

Nome Fabtastic Fabtastic
ID hlaommfhegpfgfpoefldlclapaphakjb
URL Ufficiale https://chrome.google.com/webstore/detail/fabtastic/hlaommfhegpfgfpoefldlclapaphakjb
Descrizione Make your internet fabulous
Dimensione del File 86.08 KB
Conteggio Installazioni 80
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-02-04
Data di Pubblicazione 2017-02-04
Valutazione 2.60/5 Totale 5 Valutazioni
Sviluppatore brglasser
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fabtastic",
    "version": "1.0.0",
    "author": "Ben Glasser",
    "description": "Make your internet fabulous",
    "icons": {
        "16": "rainbow-icon16.png",
        "48": "rainbow-icon48.png",
        "128": "rainbow-icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}