Container to Fart

Replaces the text 'container' with 'fart'.

Co to jest Container to Fart?

Container to Fart to rozszerzenie Chrome opracowane przez jacob.m.robinson, a jego główną funkcją jest „Replaces the text 'container' with 'fart'.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Container to Fart

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

                        Container to Fart replaces instances of 'container' with 'fart' within web page content. Combined with the Cloud to Butt Chrome extension, Container to Fart will bring some back some comedy into all the drama that is happening with Linux Farts and Butt Computing.                    

Podstawowe informacje o rozszerzeniu

Nazwa Container to Fart Container to Fart
ID ddekfmgjejpecfmkijkoeibgehjmjoah
Oficjalny URL https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah
Opis Replaces the text 'container' with 'fart'.
Rozmiar pliku 3.38 KB
Liczba instalacji 31
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-12-02
Data Publikacji 2014-12-02
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper jacob.m.robinson
Typ Płatności free
Strona Rozszerzenia https://github.com/jakerobinson/container-to-fart
Adres URL Strony Pomocy https://github.com/jakerobinson/container-to-fart/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Container to Fart",
    "version": "1.0",
    "description": "Replaces the text 'container' with 'fart'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}