MessengerMotes
TTV and BTTV emotes on facebook messenger and facebook chat!
MessengerMotes क्या है?
MessengerMotes uberandrew126 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TTV and BTTV emotes on facebook messenger and facebook chat!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MessengerMotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 } |