Fabtastic

Make your internet fabulous

Was ist Fabtastic?

Fabtastic ist eine Chrome-Erweiterung, die von brglasser entwickelt wurde, und ihr Hauptmerkmal ist "Make your internet fabulous".

Fabtastic-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fabtastic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Fabtastic Fabtastic
ID hlaommfhegpfgfpoefldlclapaphakjb
Offizielle URL https://chrome.google.com/webstore/detail/fabtastic/hlaommfhegpfgfpoefldlclapaphakjb
Beschreibung Make your internet fabulous
Dateigröße 86.08 KB
Installationsanzahl 80
Aktuelle Version 1.0.0
Letztes Update 2017-02-04
Veröffentlichungsdatum 2017-02-04
Bewertung 2.60/5 Insgesamt 5 Bewertungen
Entwickler brglasser
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}