FBTrek

Converts Facebook Halloween themed reaction buttons into a Star Trek Theme

FBTrekคืออะไร?

FBTrek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tapy.com และคุณลักษณะหลักของมันคือ "Converts Facebook Halloween themed reaction buttons into a Star Trek Theme"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FBTrek

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}