Emotes For Messenger
Twitch emotes for messenger
What is Emotes For Messenger?
Emotes For Messenger is a Chrome extension developed by Brogzybro, and its main feature is "Twitch emotes for messenger".
Extension Screenshots
Download Emotes For Messenger Extension CRX File
Download Emotes For Messenger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | koijocgelhgebkmeejeblgnacfalbgoc |
Official URL | https://chrome.google.com/webstore/detail/emotes-for-messenger/koijocgelhgebkmeejeblgnacfalbgoc |
Description | Twitch emotes for messenger |
File Size | 43.61 KB |
Installation Count | 623 |
Current Version | 1.0.1 |
Last Updated | 2020-02-25 |
Publish Date | 2020-02-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Brogzybro |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Brogzybro/EmotesForMessenger |
Supported Languages | 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" ] } |