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"
        }
    ]
}