MessengerMotes

TTV and BTTV emotes on facebook messenger and facebook chat!

什麼是MessengerMotes?

MessengerMotes是由uberandrew126開發的Chrome擴展程式,該擴展的主要功能是“TTV and BTTV emotes on facebook messenger and facebook chat!”。

擴展截圖

screenshot
screenshot
screenshot

下載MessengerMotes擴展crx文件

下載MessengerMotes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        MessengerMotes allows you to use your favorite Twitch, BetterTTV, and FrankerFaceZ emotes in your Facebook Messenger chats. 

To use, simply download the extension and refresh messenger.
All you have to do is type emotes out like you would in Twitch chat.
You can also individually enable or disable emotes to your liking.                    

擴展基本資訊

名稱 MessengerMotes MessengerMotes
ID lcpbnbfepmcojaoaampamjkbfhgofmnh
官方網址 https://chromewebstore.google.com/detail/messengermotes/lcpbnbfepmcojaoaampamjkbfhgofmnh
簡介 TTV and BTTV emotes on facebook messenger and facebook chat!
檔案大小 1014 KB
安裝次數 202
目前版本 1.3
更新時間 2021-01-19
上架時間 2020-05-18
評分 5.00/5 共 6 次評分
開發者 uberandrew126
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MessengerMotes",
    "version": "1.3",
    "description": "TTV and BTTV emotes on facebook messenger and facebook chat!",
    "icons": {
        "16": "icons\/mm16.png",
        "24": "icons\/mm24.png",
        "32": "icons\/mm32.png",
        "48": "icons\/mm48.png",
        "64": "icons\/mm64.png",
        "128": "icons\/mm128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.messenger.com\/*"
            ],
            "js": [
                "emoteInjector.js"
            ],
            "css": [
                "tooltip.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "bttv_mappings.json",
        "ttv_mappings.json",
        "ffz_mappings.json"
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}