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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
        }
    ]
}