FBTrek

Converts Facebook Halloween themed reaction buttons into a Star Trek Theme

FBTrek क्या है?

FBTrek Tapy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts Facebook Halloween themed reaction buttons into a Star Trek Theme"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FBTrek एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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