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
官方網址 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"
        }
    ]
}