Gate to Fart

Replaces the text 'gate' with 'fart'.

Gate to Fartとは何ですか?

Gate to FartはSanaによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'gate' with 'fart'.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Gate to Fart拡張機能のCRXファイルをダウンロード

Gate to Fart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An extension that changes the text 'gate' to 'fart', inspired by a tweet from the Boston Globe about an FBI 'investifart'. Based on Cloud to Butt Plus, another great extension you should install to improve your internet experience.

Update 1.1: Removed an unnecessary icon.                    

拡張機能の基本情報

名前 Gate to Fart Gate to Fart
ID iagclbkbkodngkiiipcnefjeilkfjflm
公式URL https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm
説明 Replaces the text 'gate' with 'fart'.
ファイルサイズ 7.99 KB
インストール数 31
現在のバージョン 1.1
最終更新日 2015-07-19
公開日 2015-07-19
評価 5.00/5 合計 1 レビュー
開発者 Sana
支払い方法 free
拡張機能のウェブサイト https://github.com/bigshika/gate-to-fart
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gate to Fart",
    "version": "1.1",
    "description": "Replaces the text 'gate' with 'fart'.",
    "icons": {
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}