FBTrek

Converts Facebook Halloween themed reaction buttons into a Star Trek Theme

Co to jest FBTrek?

FBTrek to rozszerzenie Chrome opracowane przez Tapy.com, a jego główną funkcją jest „Converts Facebook Halloween themed reaction buttons into a Star Trek Theme”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FBTrek

Pobierz pliki rozszerzeń FBTrek w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa FBTrek FBTrek
ID jdifbbaielcenadaeakcbbfdahgojicg
Oficjalny URL https://chromewebstore.google.com/detail/fbtrek/jdifbbaielcenadaeakcbbfdahgojicg
Opis Converts Facebook Halloween themed reaction buttons into a Star Trek Theme
Rozmiar pliku 36.38 KB
Liczba instalacji 20
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2016-10-29
Data Publikacji 2016-10-29
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Tapy.com
Typ Płatności free
Obsługiwane Języki 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"
    }
}