Tweet to Fart

Changes instances of the word "tweet" to the word "fart".

Что такое Tweet to Fart?

Tweet to Fart - это расширение Chrome, разработанное explodedsoda, и его основная функция - "Changes instances of the word "tweet" to the word "fart".".

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

screenshot
screenshot

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

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

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

                        Changes instances of the word "tweet" to the word "fart". 
Inspired by the incredible Cloud To Butt Plus extension                    

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

Название Tweet to Fart Tweet to Fart
ID dkjldeffoaghpekpbfonicialkldonai
Официальный URL https://chromewebstore.google.com/detail/tweet-to-fart/dkjldeffoaghpekpbfonicialkldonai
Описание Changes instances of the word "tweet" to the word "fart".
Размер файла 39.75 KB
Количество установок 48
Текущая Версия 1.1.0
Последнее Обновление 2021-05-14
Дата публикации 2021-03-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик explodedsoda
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://cash.app/$KyleAnne
URL страницы помощи https://twitter.com/explodedsoda
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweet to Fart",
    "version": "1.1.0",
    "author": "@explodedsoda",
    "manifest_version": 2,
    "description": "Changes instances of the word \"tweet\" to the word \"fart\".",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/tweet-to-fart.js"
            ]
        }
    ]
}