Gate to Fart

Replaces the text 'gate' with 'fart'.

Co to jest Gate to Fart?

Gate to Fart to rozszerzenie Chrome opracowane przez Sana, a jego główną funkcją jest „Replaces the text 'gate' with 'fart'.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Gate to Fart

Pobierz pliki rozszerzeń Gate 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Gate to Fart Gate to Fart
ID iagclbkbkodngkiiipcnefjeilkfjflm
Oficjalny URL https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm
Opis Replaces the text 'gate' with 'fart'.
Rozmiar pliku 7.99 KB
Liczba instalacji 31
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-07-19
Data Publikacji 2015-07-19
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Sana
Typ Płatności free
Strona Rozszerzenia https://github.com/bigshika/gate-to-fart
Obsługiwane Języki 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"
        }
    ]
}