Fabtastic

Make your internet fabulous

What is Fabtastic?

Fabtastic is a Chrome extension developed by brglasser, and its main feature is "Make your internet fabulous".

Download Fabtastic Extension CRX File

Download Fabtastic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Fabtastic Fabtastic
ID hlaommfhegpfgfpoefldlclapaphakjb
Official URL https://chrome.google.com/webstore/detail/fabtastic/hlaommfhegpfgfpoefldlclapaphakjb
Description Make your internet fabulous
File Size 86.08 KB
Installation Count 80
Current Version 1.0.0
Last Updated 2017-02-04
Publish Date 2017-02-04
Rating 2.60/5 Total 5 Ratings
Developer brglasser
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}