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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}