Dafuq?

Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…

Was ist Dafuq??

Dafuq? ist eine Chrome-Erweiterung, die von marl.clyde entwickelt wurde, und ihr Hauptmerkmal ist "Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…".

Erweiterungsscreenshots

screenshot

Dafuq?-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dafuq?-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

                        Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. 
Warning: Very bright and fast flashing of colors.                    

Grundlegende Informationen zur Erweiterung

Name Dafuq? Dafuq?
ID npllpjholbbgcjnjelgdnkgghocgpgje
Offizielle URL https://chromewebstore.google.com/detail/dafuq/npllpjholbbgcjnjelgdnkgghocgpgje
Beschreibung Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…
Dateigröße 55.74 KB
Installationsanzahl 16
Aktuelle Version 0.2
Letztes Update 2015-10-28
Veröffentlichungsdatum 2015-10-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler marl.clyde
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dafuq?",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "css": [
                "font-awesome.min.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "Tornado.png"
    }
}