DJs Everwhere
It turns out everyone is a DJ
DJs Everwhereคืออะไร?
DJs Everwhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย crccheck และคุณลักษณะหลักของมันคือ "It turns out everyone is a DJ"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DJs Everwhere
ดาวน์โหลดไฟล์ส่วนขยาย DJs Everwhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DJs Everwhere |
ID | kohnmfkmnhcganbfphkhmahgheackagg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/djs-everwhere/kohnmfkmnhcganbfphkhmahgheackagg |
คำอธิบาย | It turns out everyone is a DJ |
ขนาดไฟล์ | 3.58 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2014-11-22 |
วันที่เผยแพร่ | 2014-11-21 |
ผู้พัฒนา | crccheck |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/crccheck/dj.js |
ภาษาที่รองรับ | 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" } ] } |