Fabtastic

Make your internet fabulous

Vad är Fabtastic?

Fabtastic är en Chrome-tillägg utvecklad av brglasser, och dess huvudfunktion är "Make your internet fabulous".

Ladda ner Fabtastic-förlängningens CRX-fil

Ladda ner Fabtastic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Fabtastic Fabtastic
ID hlaommfhegpfgfpoefldlclapaphakjb
Officiell webbadress https://chrome.google.com/webstore/detail/fabtastic/hlaommfhegpfgfpoefldlclapaphakjb
Beskrivning Make your internet fabulous
Filstorlek 86.08 KB
Antal Installationer 80
Aktuell Version 1.0.0
Senast Uppdaterad 2017-02-04
Publiceringsdatum 2017-02-04
Betyg 2.60/5 Totalt 5 Betyg
Utvecklare brglasser
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}