Eww... Bootstrap

Bootstrap is making your browser sick!

Was ist Eww... Bootstrap?

Eww... Bootstrap ist eine Chrome-Erweiterung, die von http://teacups.io entwickelt wurde, und ihr Hauptmerkmal ist "Bootstrap is making your browser sick!".

Erweiterungsscreenshots

screenshot

Eww... Bootstrap-Erweiterungs-CRX-Datei herunterladen

Laden Sie Eww... Bootstrap-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Eww... Bootstrap Eww... Bootstrap
ID lnnjohikkepaebmegejldenipmkhleho
Offizielle URL https://chrome.google.com/webstore/detail/eww-bootstrap/lnnjohikkepaebmegejldenipmkhleho
Beschreibung Bootstrap is making your browser sick!
Dateigröße 45.76 KB
Installationsanzahl 11
Aktuelle Version 2.4
Letztes Update 2015-10-25
Veröffentlichungsdatum 2015-10-25
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler http://teacups.io
Zahlungsart free
Erweiterungswebsite http://teacups.io
Unterstützte Sprachen 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"
    }
}