WhatsApp Mini

WhatsApp Mini - The Smallest WhatsApp Sidepanel

What is WhatsApp Mini?

WhatsApp Mini is a Chrome extension developed by anycall.app, and its main feature is "WhatsApp Mini - The Smallest WhatsApp Sidepanel".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download WhatsApp Mini Extension CRX File

Download WhatsApp Mini 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

                        WhatsApp Mini - The Smallest WhatsApp Sidebar for a more compact WhatsApp experience. Minify your WhatsApp now!                    

Extension Basic Information

Name WhatsApp Mini WhatsApp Mini
ID dhainjljdmfaecmloekicjfhhaihchmf
Official URL https://chrome.google.com/webstore/detail/whatsapp-mini/dhainjljdmfaecmloekicjfhhaihchmf
Description WhatsApp Mini - The Smallest WhatsApp Sidepanel
File Size 196 KB
Installation Count 46
Current Version 1.0.3
Last Updated 2021-03-07
Publish Date 2021-02-23
Rating 5.00/5 Total 4 Ratings
Developer anycall.app
Email [email protected]
Payment Type free
Extension Website https://www.vimanatech.ch
Help Page URL https://www.vimanatech.ch
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Mini",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "WhatsApp Mini - The Smallest WhatsApp Sidepanel",
    "homepage_url": "https:\/\/vimanatech.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "https:\/\/web.whatsapp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery.js"
            ]
        }
    ]
}