BF - Boost Facebook

Remove unnecessary things from facebook!

What is BF - Boost Facebook?

BF - Boost Facebook is a Chrome extension developed by https://ciekaweciekawostki.pl, and its main feature is "Remove unnecessary things from facebook!".

Extension Screenshots

screenshot
screenshot

Download BF - Boost Facebook Extension CRX File

Download BF - Boost Facebook 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

                        We offer you addon which make your facebook faster than light! Simply functions you can activate will hide very heavy functions of FB, and will give breath for your CPU, RAM, and HD.                    

Extension Basic Information

Name BF - Boost Facebook BF - Boost Facebook
ID jaopmidjghipjkgdkhnielilaoodeefj
Official URL https://chromewebstore.google.com/detail/bf-boost-facebook/jaopmidjghipjkgdkhnielilaoodeefj
Description Remove unnecessary things from facebook!
File Size 56.74 KB
Installation Count 128
Current Version 1.0.0
Last Updated 2016-12-09
Publish Date 2016-12-08
Rating 5.00/5 Total 1 Ratings
Developer https://ciekaweciekawostki.pl
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BF - Boost Facebook",
    "short_name": "BF",
    "description": "Remove unnecessary things from facebook!",
    "version": "1.0.0",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/bf.js"
            ],
            "css": [
                "assets\/css\/bf.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/img\/icons\/16.png",
        "48": "assets\/img\/icons\/48.png",
        "128": "assets\/img\/icons\/128.png"
    }
}