DJs Everwhere

It turns out everyone is a DJ

Hvad er DJs Everwhere?

DJs Everwhere er en Chrome-udvidelse udviklet af crccheck, og dens hovedfunktion er "It turns out everyone is a DJ".

Udvidelsesskærmbilleder

Download DJs Everwhere-udvidelses-CRX-fil

Download DJs Everwhere-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn DJs Everwhere DJs Everwhere
ID kohnmfkmnhcganbfphkhmahgheackagg
Officiel URL https://chromewebstore.google.com/detail/djs-everwhere/kohnmfkmnhcganbfphkhmahgheackagg
Beskrivelse It turns out everyone is a DJ
Filstørrelse 3.58 KB
Antal Installationer 19
Nuværende Version 0.2
Senest Opdateret 2014-11-22
Udgivelsesdato 2014-11-21
Udvikler crccheck
Betalingsmetode free
Udvidelseswebsted https://github.com/crccheck/dj.js
Understøttede Sprog 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"
        }
    ]
}