WABuddy
WebExtension that adds extra functionalities to WhatsApp Web™️
Wat is WABuddy?
WABuddy is een Chrome-extensie ontwikkeld door rafaismyname, en de belangrijkste functie is "WebExtension that adds extra functionalities to WhatsApp Web™️".
Extensie Screenshots
Download het CRX-bestand van de extensie WABuddy
Download WABuddy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kpakemodngdilkffhnfofaggnfgclgao |
Officiële URL | https://chrome.google.com/webstore/detail/wabuddy/kpakemodngdilkffhnfofaggnfgclgao |
Beschrijving | WebExtension that adds extra functionalities to WhatsApp Web™️ |
Bestandsgrootte | 76.07 KB |
Aantal Installaties | 236 |
Huidige Versie | 0.2.3 |
Laatst Bijgewerkt | 2018-11-21 |
Publicatiedatum | 2018-11-21 |
Beoordeling | 1.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | rafaismyname |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://rafaismyname.github.io/WhatsBuddy/ |
Help Pagina-URL | https://github.com/rafaismyname/WhatsBuddy/issues |
URL van de Privacybeleid Pagina | https://rafaismy.name |
Ondersteunde Talen | 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" ] } |