Container to Fart
Replaces the text 'container' with 'fart'.
Vad är Container to Fart?
Container to Fart är en Chrome-tillägg utvecklad av jacob.m.robinson, och dess huvudfunktion är "Replaces the text 'container' with 'fart'.".
Tilläggsskärmbilder
Ladda ner Container to Fart-förlängningens CRX-fil
Ladda ner Container to Fart-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | ddekfmgjejpecfmkijkoeibgehjmjoah |
Officiell webbadress | https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah |
Beskrivning | Replaces the text 'container' with 'fart'. |
Filstorlek | 3.38 KB |
Antal Installationer | 31 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-12-02 |
Publiceringsdatum | 2014-12-02 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | jacob.m.robinson |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jakerobinson/container-to-fart |
Hjälpsida URL | https://github.com/jakerobinson/container-to-fart/issues |
Stödda Språk | 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" } ] } |