Tweet to Fart

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

Co to jest Tweet to Fart?

Tweet to Fart to rozszerzenie Chrome opracowane przez explodedsoda, a jego główną funkcją jest „Changes instances of the word "tweet" to the word "fart".”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Tweet to Fart

Pobierz pliki rozszerzeń Tweet to Fart w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Tweet to Fart Tweet to Fart
ID dkjldeffoaghpekpbfonicialkldonai
Oficjalny URL https://chromewebstore.google.com/detail/tweet-to-fart/dkjldeffoaghpekpbfonicialkldonai
Opis Changes instances of the word "tweet" to the word "fart".
Rozmiar pliku 39.75 KB
Liczba instalacji 48
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2021-05-14
Data Publikacji 2021-03-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper explodedsoda
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://cash.app/$KyleAnne
Adres URL Strony Pomocy https://twitter.com/explodedsoda
Obsługiwane Języki 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"
            ]
        }
    ]
}