Tweet to Fart

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

Co je Tweet to Fart?

Tweet to Fart je rozšíření Chrome vyvinuté explodedsoda, a jeho hlavní funkcí je „Changes instances of the word "tweet" to the word "fart".“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Tweet to Fart

Stáhněte si soubory rozšíření Tweet to Fart ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Tweet to Fart Tweet to Fart
ID dkjldeffoaghpekpbfonicialkldonai
Oficiální URL https://chromewebstore.google.com/detail/tweet-to-fart/dkjldeffoaghpekpbfonicialkldonai
Popis Changes instances of the word "tweet" to the word "fart".
Velikost souboru 39.75 KB
Počet instalací 48
Aktuální Verze 1.1.0
Poslední Aktualizace 2021-05-14
Datum Vydání 2021-03-15
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář explodedsoda
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://cash.app/$KyleAnne
URL Stránky Nápovědy https://twitter.com/explodedsoda
Podporované Jazyky 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"
            ]
        }
    ]
}