The Offensifier

Finds words that rhyme with swear words and switches them

Что такое The Offensifier?

The Offensifier - это расширение Chrome, разработанное offensivist, и его основная функция - "Finds words that rhyme with swear words and switches them".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения The Offensifier

Скачайте файлы расширений The Offensifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        The Offensifier scans the webpage you're on and changes any words that rhyme with "fuck", "shit" or "cunt" to their respective swear words. 

Can you spot the two changes to the news site on the left?

More will be added soon.                    

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

Название The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
Официальный URL https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
Описание Finds words that rhyme with swear words and switches them
Размер файла 5.19 KB
Количество установок 63
Текущая Версия 2
Последнее Обновление 2014-10-23
Дата публикации 2014-10-23
Рейтинг 4.20/5 Всего 5 оценок
Разработчик offensivist
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Offensifier",
    "description": "Finds words that rhyme with swear words and switches them",
    "version": "2",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}