FBTrek
Converts Facebook Halloween themed reaction buttons into a Star Trek Theme
什麼是FBTrek?
FBTrek是由Tapy.com開發的Chrome擴展程式,該擴展的主要功能是“Converts Facebook Halloween themed reaction buttons into a Star Trek Theme”。
擴展截圖
下載FBTrek擴展crx文件
下載FBTrek擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | FBTrek |
ID | jdifbbaielcenadaeakcbbfdahgojicg |
官方網址 | https://chromewebstore.google.com/detail/fbtrek/jdifbbaielcenadaeakcbbfdahgojicg |
簡介 | Converts Facebook Halloween themed reaction buttons into a Star Trek Theme |
檔案大小 | 36.38 KB |
安裝次數 | 20 |
目前版本 | 0.0.0.1 |
更新時間 | 2016-10-29 |
上架時間 | 2016-10-29 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Tapy.com |
付費類型 | free |
支援的語言 | 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" } } |