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. 扩展基本信息
| 名称 | |
| ID | jdifbbaielcenadaeakcbbfdahgojicg |
| 官方URL | 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"
}
} | |