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
官方網址 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"
        }
    ]
}