Chrome Messenger
Open WhatsApp Web Messenger and other popular message applications with Chrome Messenger
What is Chrome Messenger?
Chrome Messenger is a Chrome extension developed by https://chromemessenger.com, and its main feature is "Open WhatsApp Web Messenger and other popular message applications with Chrome Messenger".
Extension Screenshots
Download Chrome Messenger Extension CRX File
Download Chrome 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
WhatsApp Web. Open WhatsApp Web Messenger and other popular message applications via the Chrome toolbar with just a click with Chrome Messenger. Chrome Messenger is not related to WhatsApp LLC.
Extension Basic Information
Name | |
ID | nojgpglcbfdlphkddbkplambokopgegg |
Official URL | https://chrome.google.com/webstore/detail/chrome-messenger/nojgpglcbfdlphkddbkplambokopgegg |
Description | Open WhatsApp Web Messenger and other popular message applications with Chrome Messenger |
File Size | 49.99 KB |
Installation Count | 1,000 |
Current Version | 2.2 |
Last Updated | 2021-03-02 |
Publish Date | 2021-03-02 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://chromemessenger.com |
[email protected] | |
Payment Type | free |
Extension Website | https://chromemessenger.com |
Supported Languages | en-US |
manifest.json | |
{ "author": "Chrome Messenger", "background": { "persistent": true, "scripts": [ "popup.js", "js\/background.js" ] }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "description": "Open WhatsApp Web Messenger and other popular message applications with Chrome Messenger", "manifest_version": 2, "name": "Chrome Messenger", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.2" } |