Dafuq?

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

Qu'est-ce que Dafuq? ?

Dafuq? est une extension Chrome développée par marl.clyde, et sa fonction principale est "Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dafuq?

Téléchargez les fichiers d'extension Dafuq? 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

                        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.                    

Informations de Base sur l'Extension

Nom Dafuq? Dafuq?
ID npllpjholbbgcjnjelgdnkgghocgpgje
URL Officiel https://chromewebstore.google.com/detail/dafuq/npllpjholbbgcjnjelgdnkgghocgpgje
Description Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…
Taille du Fichier 55.74 KB
Nombre d'Installations 16
Version Actuelle 0.2
Dernière Mise à Jour 2015-10-28
Date de Publication 2015-10-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur marl.clyde
Type de Paiement free
Langues Prises en Charge 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"
    }
}