Container to Fart

Replaces the text 'container' with 'fart'.

什么是Container to Fart?

Container to Fart是由jacob.m.robinson开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'container' with 'fart'.”。

扩展截图

screenshot

下载Container to Fart扩展crx文件

下载Container to Fart扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Container to Fart Container to Fart
ID ddekfmgjejpecfmkijkoeibgehjmjoah
官方URL https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah
简介 Replaces the text 'container' with 'fart'.
文件大小 3.38 KB
安装次数 31
当前版本 1.0
更新时间 2014-12-02
上架时间 2014-12-02
评分 5.00/5 共2次评分
开发者 jacob.m.robinson
付费类型 free
扩展官网 https://github.com/jakerobinson/container-to-fart
帮助页面URL https://github.com/jakerobinson/container-to-fart/issues
支持的语言 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"
        }
    ]
}