MessengerMotes

TTV and BTTV emotes on facebook messenger and facebook chat!

MessengerMotesคืออะไร?

MessengerMotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uberandrew126 และคุณลักษณะหลักของมันคือ "TTV and BTTV emotes on facebook messenger and facebook chat!"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}