Container to Fart
Replaces the text 'container' with 'fart'.
Wat is Container to Fart?
Container to Fart is een Chrome-extensie ontwikkeld door jacob.m.robinson, en de belangrijkste functie is "Replaces the text 'container' with 'fart'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Container to Fart
Download Container 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
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | ddekfmgjejpecfmkijkoeibgehjmjoah |
Officiële URL | https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah |
Beschrijving | Replaces the text 'container' with 'fart'. |
Bestandsgrootte | 3.38 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-12-02 |
Publicatiedatum | 2014-12-02 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | jacob.m.robinson |
Betalingswijze | free |
Extensiewebsite | https://github.com/jakerobinson/container-to-fart |
Help Pagina-URL | https://github.com/jakerobinson/container-to-fart/issues |
Ondersteunde Talen | 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" } ] } |