Gate to Fart

Replaces the text 'gate' with 'fart'.

Co je Gate to Fart?

Gate to Fart je rozšíření Chrome vyvinuté Sana, a jeho hlavní funkcí je „Replaces the text 'gate' with 'fart'.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

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

Stáhněte si soubory rozšíření Gate 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í

                        An extension that changes the text 'gate' to 'fart', inspired by a tweet from the Boston Globe about an FBI 'investifart'. Based on Cloud to Butt Plus, another great extension you should install to improve your internet experience.

Update 1.1: Removed an unnecessary icon.                    

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

Název Gate to Fart Gate to Fart
ID iagclbkbkodngkiiipcnefjeilkfjflm
Oficiální URL https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm
Popis Replaces the text 'gate' with 'fart'.
Velikost souboru 7.99 KB
Počet instalací 31
Aktuální Verze 1.1
Poslední Aktualizace 2015-07-19
Datum Vydání 2015-07-19
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Sana
Typ Platby free
Webové stránky Rozšíření https://github.com/bigshika/gate-to-fart
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gate to Fart",
    "version": "1.1",
    "description": "Replaces the text 'gate' with 'fart'.",
    "icons": {
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}