TinyHands

So small

Что такое TinyHands?

TinyHands - это расширение Chrome, разработанное dagda, и его основная функция - "So small".

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

screenshot

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

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

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

                        Replace references to Trump's inaugural crowds with the word "penis"

Eg, "President Donald Trump expressed anger at the media for understating the size of his penis."                    

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

Название TinyHands TinyHands
ID cbbefndphodbaohlledmaaofipjegafm
Официальный URL https://chrome.google.com/webstore/detail/tinyhands/cbbefndphodbaohlledmaaofipjegafm
Описание So small
Размер файла 5.11 KB
Количество установок 16
Текущая Версия 0.1
Последнее Обновление 2017-01-26
Дата публикации 2017-01-26
Разработчик dagda
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinyHands",
    "description": "So small",
    "version": "0.1",
    "browser_action": {
        "default_icon": "smol.png",
        "default_title": "So small! Sad."
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}