DJs Everwhere
It turns out everyone is a DJ
Apa itu DJs Everwhere?
DJs Everwhere adalah ekstensi Chrome yang dikembangkan oleh crccheck, dan fitur utamanya adalah "It turns out everyone is a DJ".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DJs Everwhere
Unduh file ekstensi DJs Everwhere dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | DJs Everwhere |
ID | kohnmfkmnhcganbfphkhmahgheackagg |
URL Resmi | https://chromewebstore.google.com/detail/djs-everwhere/kohnmfkmnhcganbfphkhmahgheackagg |
Deskripsi | It turns out everyone is a DJ |
Ukuran File | 3.58 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2014-11-22 |
Tanggal Publikasi | 2014-11-21 |
Pengembang | crccheck |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/crccheck/dj.js |
Bahasa yang Didukung | 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" } ] } |