WhatsApp Mini

WhatsApp Mini - The Smallest WhatsApp Sidepanel

Wat is WhatsApp Mini?

WhatsApp Mini is een Chrome-extensie ontwikkeld door anycall.app, en de belangrijkste functie is "WhatsApp Mini - The Smallest WhatsApp Sidepanel".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WhatsApp Mini

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

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

Basisinformatie over de Extensie

Naam WhatsApp Mini WhatsApp Mini
ID dhainjljdmfaecmloekicjfhhaihchmf
Officiële URL https://chrome.google.com/webstore/detail/whatsapp-mini/dhainjljdmfaecmloekicjfhhaihchmf
Beschrijving WhatsApp Mini - The Smallest WhatsApp Sidepanel
Bestandsgrootte 196 KB
Aantal Installaties 46
Huidige Versie 1.0.3
Laatst Bijgewerkt 2021-03-07
Publicatiedatum 2021-02-23
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar anycall.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.vimanatech.ch
Help Pagina-URL https://www.vimanatech.ch
Ondersteunde Talen 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"
            ]
        }
    ]
}