DJs Everwhere

It turns out everyone is a DJ

¿Qué es DJs Everwhere?

DJs Everwhere es una extensión de Chrome desarrollada por crccheck, y su función principal es "It turns out everyone is a DJ".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión DJs Everwhere

Descarga archivos de extensión DJs Everwhere en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre DJs Everwhere DJs Everwhere
ID kohnmfkmnhcganbfphkhmahgheackagg
URL Oficial https://chromewebstore.google.com/detail/djs-everwhere/kohnmfkmnhcganbfphkhmahgheackagg
Descripción It turns out everyone is a DJ
Tamaño del Archivo 3.58 KB
Cantidad de Instalaciones 19
Versión Actual 0.2
Última Actualización 2014-11-22
Fecha de Publicación 2014-11-21
Desarrollador crccheck
Tipo de Pago free
Sitio Web de la Extensión https://github.com/crccheck/dj.js
Idiomas Soportados 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"
        }
    ]
}