Dafuq?

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

Dafuq? क्या है?

Dafuq? marl.clyde द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dafuq? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Dafuq? Dafuq?
ID npllpjholbbgcjnjelgdnkgghocgpgje
आधिकारिक URL https://chromewebstore.google.com/detail/dafuq/npllpjholbbgcjnjelgdnkgghocgpgje
विवरण Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…
फ़ाइल का आकार 55.74 KB
स्थापना संख्या 16
वर्तमान संस्करण 0.2
अंतिम अपडेट 2015-10-28
प्रकाशन तिथि 2015-10-28
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर marl.clyde
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}