Container to Fart

Replaces the text 'container' with 'fart'.

What is Container to Fart?

Container to Fart is a Chrome extension developed by jacob.m.robinson, and its main feature is "Replaces the text 'container' with 'fart'.".

Extension Screenshots

screenshot

Download Container to Fart Extension CRX File

Download Container to Fart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Container to Fart Container to Fart
ID ddekfmgjejpecfmkijkoeibgehjmjoah
Official URL https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah
Description Replaces the text 'container' with 'fart'.
File Size 3.38 KB
Installation Count 31
Current Version 1.0
Last Updated 2014-12-02
Publish Date 2014-12-02
Rating 5.00/5 Total 2 Ratings
Developer jacob.m.robinson
Payment Type free
Extension Website https://github.com/jakerobinson/container-to-fart
Help Page URL https://github.com/jakerobinson/container-to-fart/issues
Supported Languages 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"
        }
    ]
}