DJs Everwhere
It turns out everyone is a DJ
What is DJs Everwhere?
DJs Everwhere is a Chrome extension developed by crccheck, and its main feature is "It turns out everyone is a DJ".
Extension Screenshots
Download DJs Everwhere Extension CRX File
Download DJs Everwhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | DJs Everwhere |
ID | kohnmfkmnhcganbfphkhmahgheackagg |
Official URL | https://chromewebstore.google.com/detail/djs-everwhere/kohnmfkmnhcganbfphkhmahgheackagg |
Description | It turns out everyone is a DJ |
File Size | 3.58 KB |
Installation Count | 19 |
Current Version | 0.2 |
Last Updated | 2014-11-22 |
Publish Date | 2014-11-21 |
Developer | crccheck |
Payment Type | free |
Extension Website | https://github.com/crccheck/dj.js |
Supported Languages | 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" } ] } |