WABuddy
WebExtension that adds extra functionalities to WhatsApp Web™️
Apa itu WABuddy?
WABuddy adalah ekstensi Chrome yang dikembangkan oleh rafaismyname, dan fitur utamanya adalah "WebExtension that adds extra functionalities to WhatsApp Web™️".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WABuddy
Unduh file ekstensi WABuddy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | kpakemodngdilkffhnfofaggnfgclgao |
URL Resmi | https://chrome.google.com/webstore/detail/wabuddy/kpakemodngdilkffhnfofaggnfgclgao |
Deskripsi | WebExtension that adds extra functionalities to WhatsApp Web™️ |
Ukuran File | 76.07 KB |
Jumlah Instalasi | 236 |
Versi Saat Ini | 0.2.3 |
Terakhir Diperbarui | 2018-11-21 |
Tanggal Publikasi | 2018-11-21 |
Penilaian | 1.50/5 Total 2 Penilaian |
Pengembang | rafaismyname |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://rafaismyname.github.io/WhatsBuddy/ |
URL Halaman Bantuan | https://github.com/rafaismyname/WhatsBuddy/issues |
URL Halaman Kebijakan Privasi | https://rafaismy.name |
Bahasa yang Didukung | 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" ] } |