Dafuq?

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

Wat is Dafuq??

Dafuq? is een Chrome-extensie ontwikkeld door marl.clyde, en de belangrijkste functie is "Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dafuq?

Download Dafuq?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dafuq? Dafuq?
ID npllpjholbbgcjnjelgdnkgghocgpgje
Officiële URL https://chromewebstore.google.com/detail/dafuq/npllpjholbbgcjnjelgdnkgghocgpgje
Beschrijving Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…
Bestandsgrootte 55.74 KB
Aantal Installaties 16
Huidige Versie 0.2
Laatst Bijgewerkt 2015-10-28
Publicatiedatum 2015-10-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar marl.clyde
Betalingswijze free
Ondersteunde Talen 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"
    }
}