SiteScrubber

Where the fudge did the swear words go?

Что такое SiteScrubber?

SiteScrubber - это расширение Chrome, разработанное Unknown, и его основная функция - "Where the fudge did the swear words go?".

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

screenshot

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

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

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

                        SiteScrubber aims to reduce offensive language visible to website users by replacing offensive words/phrases

- Automatically replaces offensive words with friendlier equivalents
- Non-intrusive: You won't even know words were replaced!
- Easy-to use: No adjustments necessary

Perfect for:

- Parents who don't want to block sites just because of a few swear words
- A few offensive words shouldn't prevent kids from seeing certain sites completely
- People who don't like seeing strong language
- Reducing instances of cyber harassment
- Inflammatory language is automatically made less offensive                    

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

Название SiteScrubber SiteScrubber
ID ffadalgofahhohaciekjchkikcglcpla
Официальный URL https://chromewebstore.google.com/detail/sitescrubber/ffadalgofahhohaciekjchkikcglcpla
Описание Where the fudge did the swear words go?
Размер файла 23.67 KB
Количество установок 50
Текущая Версия 2.0
Последнее Обновление 2017-01-15
Дата публикации 2017-01-15
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteScrubber",
    "version": "2.0",
    "description": "Where the fudge did the swear words go?",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}