Gate to Fart

Replaces the text 'gate' with 'fart'.

Wat is Gate to Fart?

Gate to Fart is een Chrome-extensie ontwikkeld door Sana, en de belangrijkste functie is "Replaces the text 'gate' with 'fart'.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Gate to Fart

Download Gate to Fart-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Gate to Fart Gate to Fart
ID iagclbkbkodngkiiipcnefjeilkfjflm
Officiële URL https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm
Beschrijving Replaces the text 'gate' with 'fart'.
Bestandsgrootte 7.99 KB
Aantal Installaties 31
Huidige Versie 1.1
Laatst Bijgewerkt 2015-07-19
Publicatiedatum 2015-07-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Sana
Betalingswijze free
Extensiewebsite https://github.com/bigshika/gate-to-fart
Ondersteunde Talen 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"
        }
    ]
}