Pray to Fart

Fun for the whole family

What is Pray to Fart?

Pray to Fart is a Chrome extension developed by mpr, and its main feature is "Fun for the whole family".

Extension Screenshots

screenshot

Download Pray to Fart Extension CRX File

Download Pray to Fart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Pray to Fart Pray to Fart
ID nicdgjjkneinkhodkcddlmlpffcbnamm
Official URL https://chromewebstore.google.com/detail/pray-to-fart/nicdgjjkneinkhodkcddlmlpffcbnamm
Description Fun for the whole family
File Size 17.26 KB
Installation Count 36
Current Version 1.0
Last Updated 2016-09-17
Publish Date 2016-09-17
Developer mpr
Payment Type free
Supported Languages 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"
        }
    ]
}