Hot take to What's up

Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.

Что такое Hot take to What's up?

Hot take to What's up - это расширение Chrome, разработанное Unknown, и его основная функция - "Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.".

Скачать файл CRX расширения Hot take to What's up

Скачайте файлы расширений Hot take to What's up в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Hot take to What's up Hot take to What's up
ID achhodbdjjjajcfflmemhgoaeelodmei
Официальный URL https://chromewebstore.google.com/detail/hot-take-to-whats-up/achhodbdjjjajcfflmemhgoaeelodmei
Описание Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.
Размер файла 5.5 KB
Количество установок 134
Текущая Версия 0.1
Последнее Обновление 2016-03-21
Дата публикации 2016-03-21
Рейтинг 4.86/5 Всего 7 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hot take to What's up",
    "version": "0.1",
    "description": "Replaces \"hot take\" in tweets with \"What's up you discourse-loving fucks\" or variations thereon.",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "overrides.js"
            ]
        }
    ]
}