FBTrek
Converts Facebook Halloween themed reaction buttons into a Star Trek Theme
Apa itu FBTrek?
FBTrek adalah ekstensi Chrome yang dikembangkan oleh Tapy.com, dan fitur utamanya adalah "Converts Facebook Halloween themed reaction buttons into a Star Trek Theme".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FBTrek
Unduh file ekstensi FBTrek dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | FBTrek |
ID | jdifbbaielcenadaeakcbbfdahgojicg |
URL Resmi | https://chromewebstore.google.com/detail/fbtrek/jdifbbaielcenadaeakcbbfdahgojicg |
Deskripsi | Converts Facebook Halloween themed reaction buttons into a Star Trek Theme |
Ukuran File | 36.38 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2016-10-29 |
Tanggal Publikasi | 2016-10-29 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Tapy.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |