BF - Boost Facebook

Remove unnecessary things from facebook!

Wat is BF - Boost Facebook?

BF - Boost Facebook is een Chrome-extensie ontwikkeld door https://ciekaweciekawostki.pl, en de belangrijkste functie is "Remove unnecessary things from facebook!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie BF - Boost Facebook

Download BF - Boost Facebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam BF - Boost Facebook BF - Boost Facebook
ID jaopmidjghipjkgdkhnielilaoodeefj
Officiële URL https://chromewebstore.google.com/detail/bf-boost-facebook/jaopmidjghipjkgdkhnielilaoodeefj
Beschrijving Remove unnecessary things from facebook!
Bestandsgrootte 56.74 KB
Aantal Installaties 128
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-12-09
Publicatiedatum 2016-12-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://ciekaweciekawostki.pl
Betalingswijze free
Ondersteunde Talen 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"
    }
}