FBTrek

Converts Facebook Halloween themed reaction buttons into a Star Trek Theme

Wat is FBTrek?

FBTrek is een Chrome-extensie ontwikkeld door Tapy.com, en de belangrijkste functie is "Converts Facebook Halloween themed reaction buttons into a Star Trek Theme".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FBTrek

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

                        This extension replaces Facebook's react icons (currently set to a Halloween theme) with the star trek theme that Facebook tested in Early September 2016 on Star Trek's 50th Anniversary.                    

Basisinformatie over de Extensie

Naam FBTrek FBTrek
ID jdifbbaielcenadaeakcbbfdahgojicg
Officiële URL https://chromewebstore.google.com/detail/fbtrek/jdifbbaielcenadaeakcbbfdahgojicg
Beschrijving Converts Facebook Halloween themed reaction buttons into a Star Trek Theme
Bestandsgrootte 36.38 KB
Aantal Installaties 20
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2016-10-29
Publicatiedatum 2016-10-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Tapy.com
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FBTrek",
    "description": "Converts Facebook Halloween themed reaction buttons into a Star Trek Theme",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "https:\/\/www.facebook.com\/v3\/*",
        "webRequestBlocking",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "128": "128.png"
    }
}