FBTrek

Converts Facebook Halloween themed reaction buttons into a Star Trek Theme

Cos'è FBTrek?

FBTrek è un'estensione di Chrome sviluppata da Tapy.com, e la sua funzione principale è "Converts Facebook Halloween themed reaction buttons into a Star Trek Theme".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FBTrek

Scarica i file di estensione FBTrek in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FBTrek FBTrek
ID jdifbbaielcenadaeakcbbfdahgojicg
URL Ufficiale https://chromewebstore.google.com/detail/fbtrek/jdifbbaielcenadaeakcbbfdahgojicg
Descrizione Converts Facebook Halloween themed reaction buttons into a Star Trek Theme
Dimensione del File 36.38 KB
Conteggio Installazioni 20
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2016-10-29
Data di Pubblicazione 2016-10-29
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Tapy.com
Tipo di Pagamento free
Lingue Supportate 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"
    }
}