Gate to Fart

Replaces the text 'gate' with 'fart'.

Qu'est-ce que Gate to Fart ?

Gate to Fart est une extension Chrome développée par Sana, et sa fonction principale est "Replaces the text 'gate' with 'fart'.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gate to Fart

Téléchargez les fichiers d'extension Gate to Fart au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Gate to Fart Gate to Fart
ID iagclbkbkodngkiiipcnefjeilkfjflm
URL Officiel https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm
Description Replaces the text 'gate' with 'fart'.
Taille du Fichier 7.99 KB
Nombre d'Installations 31
Version Actuelle 1.1
Dernière Mise à Jour 2015-07-19
Date de Publication 2015-07-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur Sana
Type de Paiement free
Site Web de l'Extension https://github.com/bigshika/gate-to-fart
Langues Prises en Charge 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"
        }
    ]
}