Eww... Bootstrap

Bootstrap is making your browser sick!

Qu'est-ce que Eww... Bootstrap ?

Eww... Bootstrap est une extension Chrome développée par http://teacups.io, et sa fonction principale est "Bootstrap is making your browser sick!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Eww... Bootstrap

Téléchargez les fichiers d'extension Eww... Bootstrap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Eww... Bootstrap Eww... Bootstrap
ID lnnjohikkepaebmegejldenipmkhleho
URL Officiel https://chrome.google.com/webstore/detail/eww-bootstrap/lnnjohikkepaebmegejldenipmkhleho
Description Bootstrap is making your browser sick!
Taille du Fichier 45.76 KB
Nombre d'Installations 11
Version Actuelle 2.4
Dernière Mise à Jour 2015-10-25
Date de Publication 2015-10-25
Évaluation 3.00/5 Total 2 Évaluations
Développeur http://teacups.io
Type de Paiement free
Site Web de l'Extension http://teacups.io
Langues Prises en Charge 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"
    }
}