FartBook

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

FartBook là gì?

FartBook là một tiện ích mở rộng Chrome được phát triển bởi http://tristinforbus.com, và tính năng chính của nó là "FartBook enhances your Facebook experience by farting every time you like something.".

Tải xuống tệp CRX của tiện ích mở rộng FartBook

Tải xuống các tệp mở rộng FartBook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FartBook FartBook
ID eedmbfhophbmmfplnkknhpppeepjadea
URL Chính Thức https://chrome.google.com/webstore/detail/fartbook/eedmbfhophbmmfplnkknhpppeepjadea
Mô tả FartBook enhances your Facebook experience by farting every time you like something.
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2014-10-14
Ngày Phát Hành 2014-10-14
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://tristinforbus.com
Loại Thanh Toán free
Trang Web Mở Rộng http://tristinforbus.com
Ngôn Ngữ Được Hỗ Trợ 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
    }
}