Dafuq?

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

Vad är Dafuq??

Dafuq? är en Chrome-tillägg utvecklad av marl.clyde, och dess huvudfunktion är "Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…".

Tilläggsskärmbilder

screenshot

Ladda ner Dafuq?-förlängningens CRX-fil

Ladda ner Dafuq?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Dafuq? Dafuq?
ID npllpjholbbgcjnjelgdnkgghocgpgje
Officiell webbadress https://chromewebstore.google.com/detail/dafuq/npllpjholbbgcjnjelgdnkgghocgpgje
Beskrivning Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…
Filstorlek 55.74 KB
Antal Installationer 16
Aktuell Version 0.2
Senast Uppdaterad 2015-10-28
Publiceringsdatum 2015-10-28
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare marl.clyde
Betalningssätt free
Stödda Språk 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"
    }
}