WABuddy

WebExtension that adds extra functionalities to WhatsApp Web™️

WABuddy là gì?

WABuddy là một tiện ích mở rộng Chrome được phát triển bởi rafaismyname, và tính năng chính của nó là "WebExtension that adds extra functionalities to WhatsApp Web™️".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WABuddy

Tải xuống các tệp mở rộng WABuddy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WABuddy WABuddy
ID kpakemodngdilkffhnfofaggnfgclgao
URL Chính Thức https://chrome.google.com/webstore/detail/wabuddy/kpakemodngdilkffhnfofaggnfgclgao
Mô tả WebExtension that adds extra functionalities to WhatsApp Web™️
Kích Thước Tệp 76.07 KB
Số Lần Cài Đặt 236
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2018-11-21
Ngày Phát Hành 2018-11-21
Đánh Giá 1.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển rafaismyname
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rafaismyname.github.io/WhatsBuddy/
URL Trang Trợ Giúp https://github.com/rafaismyname/WhatsBuddy/issues
URL Trang Chính Sách Bảo Mật https://rafaismy.name
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}