Fabtastic

Make your internet fabulous

Wat is Fabtastic?

Fabtastic is een Chrome-extensie ontwikkeld door brglasser, en de belangrijkste functie is "Make your internet fabulous".

Download het CRX-bestand van de extensie Fabtastic

Download Fabtastic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Fabtastic Fabtastic
ID hlaommfhegpfgfpoefldlclapaphakjb
Officiële URL https://chrome.google.com/webstore/detail/fabtastic/hlaommfhegpfgfpoefldlclapaphakjb
Beschrijving Make your internet fabulous
Bestandsgrootte 86.08 KB
Aantal Installaties 80
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-02-04
Publicatiedatum 2017-02-04
Beoordeling 2.60/5 Totaal 5 Beoordelingen
Ontwikkelaar brglasser
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}