Clarifier

Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".

Что такое Clarifier?

Clarifier - это расширение Chrome, разработанное Steve Wozniak, и его основная функция - "Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Version 1.1 update:
"Donald Trump Rally" is now replaced with "Donald Trump White Power Rally". Happy election season!

When activated, Clarifier ensures that when racists unintentionally type "I'm not racist", it replaces it with what they actually meant to say, "Because I'm racist"!

Built by @stephanwozniak (download the Googlifier while you're at it)!
Conceptualized by @tasog

Contact: [email protected]                    

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

Название Clarifier Clarifier
ID oiiggkakbalpaglgkjoenbbimlddnbfn
Официальный URL https://chromewebstore.google.com/detail/clarifier/oiiggkakbalpaglgkjoenbbimlddnbfn
Описание Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".
Размер файла 46.04 KB
Количество установок 25
Текущая Версия 1.1
Последнее Обновление 2016-03-29
Дата публикации 2016-03-28
Рейтинг 3.00/5 Всего 3 оценок
Разработчик Steve Wozniak
Тип оплаты free
URL страницы помощи http://twitter.com/stephanwozniak
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clarifier",
    "version": "1.1",
    "description": "Bring out the honesty in the Internet! This will replace the phrase \"I'm not racist\" with \"Because I'm racist\".",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "author": "@stephanwozniak",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/jquery-1.11.3.min.js",
                "src\/far.js",
                "src\/script.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}