Dafuq?

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

Co to jest Dafuq??

Dafuq? to rozszerzenie Chrome opracowane przez marl.clyde, a jego główną funkcją jest „Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dafuq?

Pobierz pliki rozszerzeń Dafuq? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dafuq? Dafuq?
ID npllpjholbbgcjnjelgdnkgghocgpgje
Oficjalny URL https://chromewebstore.google.com/detail/dafuq/npllpjholbbgcjnjelgdnkgghocgpgje
Opis Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…
Rozmiar pliku 55.74 KB
Liczba instalacji 16
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2015-10-28
Data Publikacji 2015-10-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper marl.clyde
Typ Płatności free
Obsługiwane Języki 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"
    }
}