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 |
公式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" } } |