Fat piece of fatty fat fat

This extension makes the news less depressing

Что такое Fat piece of fatty fat fat?

Fat piece of fatty fat fat - это расширение Chrome, разработанное trumpisafatty, и его основная функция - "This extension makes the news less depressing".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Fat piece of fatty fat fat

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

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

                        This Chrome extension replaces variations of the word 'Trump' with variations of the word 'Fatty' in the hopes of making online news a little more bearable through fat shaming the world's most notorious fat shamer                    

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

Название Fat piece of fatty fat fat Fat piece of fatty fat fat
ID ikglpmmdgcodfghekcmccmmfcleoajjf
Официальный URL https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf
Описание This extension makes the news less depressing
Размер файла 32.88 KB
Количество установок 42
Текущая Версия 0.0.0.1
Последнее Обновление 2017-07-14
Дата публикации 2017-07-14
Рейтинг 5.00/5 Всего 6 оценок
Разработчик trumpisafatty
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fat piece of fatty fat fat",
    "short_name": "Fatty",
    "description": "This extension makes the news less depressing",
    "version": "0.0.0.1",
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_icon": "golf_cart_128.png"
    },
    "icons": {
        "128": "golf_cart_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}