DJs Everwhere

It turns out everyone is a DJ

Cos'è DJs Everwhere?

DJs Everwhere è un'estensione di Chrome sviluppata da crccheck, e la sua funzione principale è "It turns out everyone is a DJ".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione DJs Everwhere

Scarica i file di estensione DJs Everwhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DJs Everwhere DJs Everwhere
ID kohnmfkmnhcganbfphkhmahgheackagg
URL Ufficiale https://chromewebstore.google.com/detail/djs-everwhere/kohnmfkmnhcganbfphkhmahgheackagg
Descrizione It turns out everyone is a DJ
Dimensione del File 3.58 KB
Conteggio Installazioni 19
Versione Corrente 0.2
Ultimo Aggiornamento 2014-11-22
Data di Pubblicazione 2014-11-21
Sviluppatore crccheck
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/crccheck/dj.js
Lingue Supportate 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"
        }
    ]
}