Container to Fart

Replaces the text 'container' with 'fart'.

Cos'è Container to Fart?

Container to Fart è un'estensione di Chrome sviluppata da jacob.m.robinson, e la sua funzione principale è "Replaces the text 'container' with 'fart'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Container to Fart

Scarica i file di estensione Container to Fart in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Container to Fart Container to Fart
ID ddekfmgjejpecfmkijkoeibgehjmjoah
URL Ufficiale https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah
Descrizione Replaces the text 'container' with 'fart'.
Dimensione del File 3.38 KB
Conteggio Installazioni 31
Versione Corrente 1.0
Ultimo Aggiornamento 2014-12-02
Data di Pubblicazione 2014-12-02
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore jacob.m.robinson
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jakerobinson/container-to-fart
URL della Pagina di Aiuto https://github.com/jakerobinson/container-to-fart/issues
Lingue Supportate 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"
        }
    ]
}