Gate to Fart
Replaces the text 'gate' with 'fart'.
Cos'è Gate to Fart?
Gate to Fart è un'estensione di Chrome sviluppata da Sana, e la sua funzione principale è "Replaces the text 'gate' with 'fart'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gate to Fart
Scarica i file di estensione Gate 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
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.
Informazioni di Base sull'Estensione
Nome | Gate to Fart |
ID | iagclbkbkodngkiiipcnefjeilkfjflm |
URL Ufficiale | https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm |
Descrizione | Replaces the text 'gate' with 'fart'. |
Dimensione del File | 7.99 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-07-19 |
Data di Pubblicazione | 2015-07-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Sana |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/bigshika/gate-to-fart |
Lingue Supportate | 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" } ] } |