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