DJs Everwhere

It turns out everyone is a DJ

什么是DJs Everwhere?

DJs Everwhere是由crccheck开发的Chrome扩展程序,该扩展的主要功能是“It turns out everyone is a DJ”。

扩展截图

下载DJs Everwhere扩展crx文件

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

扩展使用说明

                        Changes certain titles to "DJ". Make the news more fun with headlines like:

DJ Obama to announce executive action on immigration Thursday

Ex-Virginia DJ Jim Webb announces he's forming 2016 exploratory committee

William C. Dudley, DJ of the New York Fed, says, “I don't think anyone should question our motives.”

After the DJ doubled down on his promise to change the immigration system, Greg Abbott made his own vow: Expect a lawsuit from Texas. But some legal DJs doubt Abbott can successfully challenge the DJ's order.                    

扩展基本信息

名称 DJs Everwhere DJs Everwhere
ID kohnmfkmnhcganbfphkhmahgheackagg
官方URL https://chromewebstore.google.com/detail/djs-everwhere/kohnmfkmnhcganbfphkhmahgheackagg
简介 It turns out everyone is a DJ
文件大小 3.58 KB
安装次数 19
当前版本 0.2
更新时间 2014-11-22
上架时间 2014-11-21
开发者 crccheck
付费类型 free
扩展官网 https://github.com/crccheck/dj.js
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DJs Everwhere",
    "short_name": "DJs Everywhere",
    "version": "0.2",
    "description": "It turns out everyone is a DJ",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}