EmojiBar for Facebook Messenger
The fastest way to send emoji on FB Messenger (messenger.com and facebook.com/messages)! Type a colon to bring up the emoji picker.
What is EmojiBar for Facebook Messenger?
EmojiBar for Facebook Messenger is a Chrome extension developed by EmojiLabs, and its main feature is "The fastest way to send emoji on FB Messenger (messenger.com and facebook.com/messages)! Type a colon to bring up the emoji picker.".
Extension Screenshots
Download EmojiBar for Facebook Messenger Extension CRX File
Download EmojiBar for Facebook 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
Fuzzy search supported!
Extension Basic Information
Name | EmojiBar for Facebook Messenger |
ID | hcgifgkakjakdoeagmpjjkmdjjeepfmo |
Official URL | https://chromewebstore.google.com/detail/emojibar-for-facebook-mes/hcgifgkakjakdoeagmpjjkmdjjeepfmo |
Description | The fastest way to send emoji on FB Messenger (messenger.com and facebook.com/messages)! Type a colon to bring up the emoji picker. |
File Size | 712 KB |
Installation Count | 133 |
Current Version | 1.0.1 |
Last Updated | 2019-02-27 |
Publish Date | 2019-02-26 |
Rating | 4.20/5 Total 5 Ratings |
Developer | EmojiLabs |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/JohnAmadeo/emojibar |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EmojiBar for Facebook Messenger", "description": "The fastest way to send emoji on FB Messenger (messenger.com and facebook.com\/messages)! Type a colon to bring up the emoji picker.", "version": "1.0.1", "manifest_version": 2, "background": { "scripts": [ "eventPage.bundle.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "windows", "https:\/\/*.messenger.com\/*", "https:\/\/*.facebook.com\/messages\/*" ], "content_security_policy": "default-src 'self'; script-src 'self' http:\/\/localhost:3000 https:\/\/localhost:3000 'unsafe-eval'; connect-src http:\/\/localhost:3000 https:\/\/localhost:3000; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;" } |