Pray to Fart

Fun for the whole family

Pray to Fartとは何ですか?

Pray to Fartはmprによって開発されたChromeの拡張機能で、その主な機能は「Fun for the whole family」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension changes the words pray, prayer, etc. on a web page to fart, farting, etc.  Great fun, especially on social media.                    

拡張機能の基本情報

名前 Pray to Fart Pray to Fart
ID nicdgjjkneinkhodkcddlmlpffcbnamm
公式URL https://chromewebstore.google.com/detail/pray-to-fart/nicdgjjkneinkhodkcddlmlpffcbnamm
説明 Fun for the whole family
ファイルサイズ 17.26 KB
インストール数 36
現在のバージョン 1.0
最終更新日 2016-09-17
公開日 2016-09-17
開発者 mpr
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pray to Fart",
    "version": "1.0",
    "description": "Fun for the whole family",
    "icons": {
        "16": "images\/iconsmall.png",
        "48": "images\/iconmed.png",
        "128": "images\/iconbig.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}