Eww... Bootstrap

Bootstrap is making your browser sick!

What is Eww... Bootstrap?

Eww... Bootstrap is a Chrome extension developed by http://teacups.io, and its main feature is "Bootstrap is making your browser sick!".

Extension Screenshots

screenshot

Download Eww... Bootstrap Extension CRX File

Download Eww... Bootstrap 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

                        Eww.. Bootstrap detects if a website is built with Bootstrap. If so, a random illustration of a sick child is displayed on the top corner of the page.                    

Extension Basic Information

Name Eww... Bootstrap Eww... Bootstrap
ID lnnjohikkepaebmegejldenipmkhleho
Official URL https://chrome.google.com/webstore/detail/eww-bootstrap/lnnjohikkepaebmegejldenipmkhleho
Description Bootstrap is making your browser sick!
File Size 45.76 KB
Installation Count 11
Current Version 2.4
Last Updated 2015-10-25
Publish Date 2015-10-25
Rating 3.00/5 Total 2 Ratings
Developer http://teacups.io
Payment Type free
Extension Website http://teacups.io
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Eww... Bootstrap",
    "description": "Bootstrap is making your browser sick!",
    "short_name": "Eww... Bootstrap",
    "homepage_url": "http:\/\/teacups.io",
    "version": "2.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "eww.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "sick1.svg",
        "sick2.svg",
        "sick3.svg",
        "sick4.svg",
        "sick5.svg",
        "sick6.svg",
        "sick7.svg",
        "sick8.svg"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}