Container to Fart

Replaces the text 'container' with 'fart'.

Hvad er Container to Fart?

Container to Fart er en Chrome-udvidelse udviklet af jacob.m.robinson, og dens hovedfunktion er "Replaces the text 'container' with 'fart'.".

Udvidelsesskærmbilleder

screenshot

Download Container to Fart-udvidelses-CRX-fil

Download Container to Fart-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Container to Fart Container to Fart
ID ddekfmgjejpecfmkijkoeibgehjmjoah
Officiel URL https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah
Beskrivelse Replaces the text 'container' with 'fart'.
Filstørrelse 3.38 KB
Antal Installationer 31
Nuværende Version 1.0
Senest Opdateret 2014-12-02
Udgivelsesdato 2014-12-02
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler jacob.m.robinson
Betalingsmetode free
Udvidelseswebsted https://github.com/jakerobinson/container-to-fart
Hjælpeside-URL https://github.com/jakerobinson/container-to-fart/issues
Understøttede Sprog 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"
        }
    ]
}