WABuddy

WebExtension that adds extra functionalities to WhatsApp Web™️

什麼是WABuddy?

WABuddy是由rafaismyname開發的Chrome擴展程式,該擴展的主要功能是“WebExtension that adds extra functionalities to WhatsApp Web™️”。

擴展截圖

screenshot
screenshot

下載WABuddy擴展crx文件

下載WABuddy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 WABuddy WABuddy
ID kpakemodngdilkffhnfofaggnfgclgao
官方網址 https://chrome.google.com/webstore/detail/wabuddy/kpakemodngdilkffhnfofaggnfgclgao
簡介 WebExtension that adds extra functionalities to WhatsApp Web™️
檔案大小 76.07 KB
安裝次數 236
目前版本 0.2.3
更新時間 2018-11-21
上架時間 2018-11-21
評分 1.50/5 共 2 次評分
開發者 rafaismyname
電子郵箱 [email protected]
付費類型 free
擴展官網 https://rafaismyname.github.io/WhatsBuddy/
說明頁面URL https://github.com/rafaismyname/WhatsBuddy/issues
隱私政策頁面URL https://rafaismy.name
支援的語言 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"
    ]
}