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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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