Emotes For Messenger
Twitch emotes for messenger
Emotes For Messenger क्या है?
Emotes For Messenger Brogzybro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitch emotes for messenger"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Emotes For Messenger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Displays twitch emotes on messenger. Contains the mmost used emotes and gifs from BetterTTV and FrankerzFace! Have fun sending emotes to your friends on messenger!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | koijocgelhgebkmeejeblgnacfalbgoc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/emotes-for-messenger/koijocgelhgebkmeejeblgnacfalbgoc |
विवरण | Twitch emotes for messenger |
फ़ाइल का आकार | 43.61 KB |
स्थापना संख्या | 623 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2020-02-25 |
प्रकाशन तिथि | 2020-02-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Brogzybro |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Brogzybro/EmotesForMessenger |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emotes For Messenger", "description": "Twitch emotes for messenger", "version": "1.0.1", "icons": { "16": "Icons\/icon16.png", "48": "Icons\/icon48.png", "128": "Icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.messenger.com\/t\/*" ], "js": [ "jquery-3.4.1.min.js", "main.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "jquery-3.4.1.min.js", "background.js" ], "persistent": true }, "permissions": [ "tabs" ], "web_accessible_resources": [ "imagelinks.csv" ] } |