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开发的Chrome扩展程序,该扩展的主要功能是“Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…”。

扩展截图

screenshot

下载Dafuq?扩展crx文件

下载Dafuq?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}