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