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
公式URL 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
Eメール [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
}