FartBook

FartBook enhances your Facebook experience by farting every time you like something.

What is FartBook?

FartBook is a Chrome extension developed by http://tristinforbus.com, and its main feature is "FartBook enhances your Facebook experience by farting every time you like something.".

Download FartBook Extension CRX File

Download FartBook 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

                        FartBook enhances your Facebook experience by farting every time you like something.

Thank you for these great reviews:
"Polite... mature... exquisite"
"Wonderful... incredible... a true joy"

I never thought farts could be so life changing.                    

Extension Basic Information

Name FartBook FartBook
ID eedmbfhophbmmfplnkknhpppeepjadea
Official URL https://chrome.google.com/webstore/detail/fartbook/eedmbfhophbmmfplnkknhpppeepjadea
Description FartBook enhances your Facebook experience by farting every time you like something.
File Size 110 KB
Installation Count 46
Current Version 1.0.0
Last Updated 2014-10-14
Publish Date 2014-10-14
Rating 3.50/5 Total 2 Ratings
Developer http://tristinforbus.com
Payment Type free
Extension Website http://tristinforbus.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FartBook",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "FartBook enhances your Facebook experience by farting every time you like something.",
    "homepage_url": "http:\/\/whattheforbus.com",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [],
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "FartBook",
        "default_popup": "page_action\/page_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": false
    }
}