Emotes for Messenger
Twitch, BTTV and Custom Emotes for Facebook Messenger messages.
Emotes for Messengerคืออะไร?
Emotes for Messenger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Suitangi และคุณลักษณะหลักของมันคือ "Twitch, BTTV and Custom Emotes for Facebook Messenger messages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emotes for Messenger
ดาวน์โหลดไฟล์ส่วนขยาย Emotes for Messenger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome Extension that adds Twitch, BTTV and custom Emotes for Facebook Messenger messages. Simply install the extension, go to messenger.com or refresh the if you are already there, and the emotes will show up! To change options, click on the extension button on the right side of the URL bar. This is a third party extension and is not affiliated with Facebook Messenger or Twitch. All emotes and images belong to their respective owners. Should you encounter a bug or any problems, feel free to email me at [email protected] Change Log: ‣ 2.0.1 Added fix for new messenger. ‣ 2.0.0 Added support for custom emotes, bug fixes and options feature expansion. ‣ 1.3.2 Updated for Messenger update. ‣ 1.3.1 Added more recently relevant emotes. Uses remote data to fetch emotes so it can be updated more often. ‣ 1.3.0 Added popup menu, options for hover and on off, optimizations ‣ 1.2.2 Optimization, improved hover for emotes ‣ 1.2.1 Emotes now show up correctly in quotes ‣ 1.2.0 Added most Twitch Global emotes ‣ 1.1.3 Fixed single emote message not showing up bug ‣ 1.1.2 Alt text and Hover title for emotes ‣ 1.1.1 Icons added and bug fixes ‣ 1.1.0 Initial Release ‣ 1.0.0 Beta Release
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hmpnchjkbdnnjpcojmdghmjcmiiemdla |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/emotes-for-messenger/hmpnchjkbdnnjpcojmdghmjcmiiemdla |
คำอธิบาย | Twitch, BTTV and Custom Emotes for Facebook Messenger messages. |
ขนาดไฟล์ | 56.59 KB |
จำนวนการติดตั้ง | 1,329 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2021-09-09 |
วันที่เผยแพร่ | 2020-01-27 |
คะแนน | 3.90/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Suitangi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://suitangi.github.io/TwitchEmotesMessenger/support/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emotes for Messenger", "version": "2.0.1", "short_name": "Emotes for Messenger", "description": "Twitch, BTTV and Custom Emotes for Facebook Messenger messages.", "manifest_version": 2, "permissions": [ "*:\/\/www.messenger.com\/*", "storage", "https:\/\/raw.githubusercontent.com\/suitangi\/TwitchEmotesMessenger\/master\/chrome-extension\/emotes.json" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "options\/options.html", "browser_action": { "default_icon": "icons\/default-icon.png", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.messenger.com\/*" ], "run_at": "document_end", "js": [ "index.js" ], "all_frames": true } ], "web_accessible_resources": [ "index.js", "emotes.json", "emote.css" ] } |