Container to Fart
Replaces the text 'container' with 'fart'.
Co je Container to Fart?
Container to Fart je rozšíření Chrome vyvinuté jacob.m.robinson, a jeho hlavní funkcí je „Replaces the text 'container' with 'fart'.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Container to Fart
Stáhněte si soubory rozšíření Container to Fart ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ![]() |
ID | ddekfmgjejpecfmkijkoeibgehjmjoah |
Oficiální URL | https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah |
Popis | Replaces the text 'container' with 'fart'. |
Velikost souboru | 3.38 KB |
Počet instalací | 31 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-12-02 |
Datum Vydání | 2014-12-02 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | jacob.m.robinson |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/jakerobinson/container-to-fart |
URL Stránky Nápovědy | https://github.com/jakerobinson/container-to-fart/issues |
Podporované Jazyky | 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" } ] } |