Container to Fart
Replaces the text 'container' with 'fart'.
Qu'est-ce que Container to Fart ?
Container to Fart est une extension Chrome développée par jacob.m.robinson, et sa fonction principale est "Replaces the text 'container' with 'fart'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Container to Fart
Téléchargez les fichiers d'extension Container 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
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.
Informations de Base sur l'Extension
Nom | ![]() |
ID | ddekfmgjejpecfmkijkoeibgehjmjoah |
URL Officiel | https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah |
Description | Replaces the text 'container' with 'fart'. |
Taille du Fichier | 3.38 KB |
Nombre d'Installations | 31 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-12-02 |
Date de Publication | 2014-12-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | jacob.m.robinson |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jakerobinson/container-to-fart |
URL de la Page d'Aide | https://github.com/jakerobinson/container-to-fart/issues |
Langues Prises en Charge | 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" } ] } |