DJs Everwhere
It turns out everyone is a DJ
Was ist DJs Everwhere?
DJs Everwhere ist eine Chrome-Erweiterung, die von crccheck entwickelt wurde, und ihr Hauptmerkmal ist "It turns out everyone is a DJ".
Erweiterungsscreenshots
DJs Everwhere-Erweiterungs-CRX-Datei herunterladen
Laden Sie DJs Everwhere-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | DJs Everwhere |
ID | kohnmfkmnhcganbfphkhmahgheackagg |
Offizielle URL | https://chromewebstore.google.com/detail/djs-everwhere/kohnmfkmnhcganbfphkhmahgheackagg |
Beschreibung | It turns out everyone is a DJ |
Dateigröße | 3.58 KB |
Installationsanzahl | 19 |
Aktuelle Version | 0.2 |
Letztes Update | 2014-11-22 |
Veröffentlichungsdatum | 2014-11-21 |
Entwickler | crccheck |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/crccheck/dj.js |
Unterstützte Sprachen | 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" } ] } |