Swearable

Use Swearable to glorify the shit out of your web experience!

Что такое Swearable?

Swearable - это расширение Chrome, разработанное okparts, и его основная функция - "Use Swearable to glorify the shit out of your web experience!".

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

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

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

                        Swearable glorifies the shit out of your Chrome web experience!  Swearable injects a variety of swear words into every web page you visit.  You will not be disappointed, unless you're a holyroller or prig or goody two-shoes or generally don't like swearing                    

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

Название Swearable Swearable
ID padconfncnccomkbmlbpcdpmbbelmkmn
Официальный URL https://chrome.google.com/webstore/detail/swearable/padconfncnccomkbmlbpcdpmbbelmkmn
Описание Use Swearable to glorify the shit out of your web experience!
Размер файла 15.99 KB
Количество установок 29
Текущая Версия 0.0.3
Последнее Обновление 2015-05-27
Дата публикации 2015-05-27
Рейтинг 5.00/5 Всего 1 оценок
Разработчик okparts
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swearable",
    "short_name": "Swearable",
    "description": "Use Swearable to glorify the shit out of your web experience!",
    "version": "0.0.3",
    "icons": {
        "19": "images\/icon19.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Swearable",
        "default_popup": "html\/popup.html"
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/swearable.js"
            ]
        }
    ]
}