WABuddy
WebExtension that adds extra functionalities to WhatsApp Web™️
What is WABuddy?
WABuddy is a Chrome extension developed by rafaismyname, and its main feature is "WebExtension that adds extra functionalities to WhatsApp Web™️".
Extension Screenshots
Download WABuddy Extension CRX File
Download WABuddy 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
BOOST your WhatsApp Web™️ with SUPER POWERS! 💬🔥 Enhance your Whatsapp Web™️ experience with this amazing features: 🤘🏼Hide List: Hide annoying contacts! Keep your chatlist enjoyable again! ⚡️Message Macros: Add quick message macros for a faster response! 👸🏼WYSINWYG: Enables an utility bar on top of your compose message's bar allowing you to easily format your text.
Extension Basic Information
Name | |
ID | kpakemodngdilkffhnfofaggnfgclgao |
Official URL | https://chrome.google.com/webstore/detail/wabuddy/kpakemodngdilkffhnfofaggnfgclgao |
Description | WebExtension that adds extra functionalities to WhatsApp Web™️ |
File Size | 76.07 KB |
Installation Count | 236 |
Current Version | 0.2.3 |
Last Updated | 2018-11-21 |
Publish Date | 2018-11-21 |
Rating | 1.50/5 Total 2 Ratings |
Developer | rafaismyname |
[email protected] | |
Payment Type | free |
Extension Website | https://rafaismyname.github.io/WhatsBuddy/ |
Help Page URL | https://github.com/rafaismyname/WhatsBuddy/issues |
Privacy Policy Page URL | https://rafaismy.name |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WABuddy", "description": "WebExtension that adds extra functionalities to WhatsApp Web\u2122\ufe0f", "version": "0.2.3", "icons": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon.png" }, "browser_action": [], "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "options_ui": { "page": "options\/options.html", "chrome_style": false, "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "chat\/chat.js", "list\/list.js" ], "css": [ "chat\/chat.css", "list\/list.css" ] } ], "permissions": [ "storage" ] } |