WhatsApp Mini
WhatsApp Mini - The Smallest WhatsApp Sidepanel
Qu'est-ce que WhatsApp Mini ?
WhatsApp Mini est une extension Chrome développée par anycall.app, et sa fonction principale est "WhatsApp Mini - The Smallest WhatsApp Sidepanel".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WhatsApp Mini
Téléchargez les fichiers d'extension WhatsApp Mini au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
WhatsApp Mini - The Smallest WhatsApp Sidebar for a more compact WhatsApp experience. Minify your WhatsApp now!
Informations de Base sur l'Extension
Nom | |
ID | dhainjljdmfaecmloekicjfhhaihchmf |
URL Officiel | https://chrome.google.com/webstore/detail/whatsapp-mini/dhainjljdmfaecmloekicjfhhaihchmf |
Description | WhatsApp Mini - The Smallest WhatsApp Sidepanel |
Taille du Fichier | 196 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2021-03-07 |
Date de Publication | 2021-02-23 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | anycall.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.vimanatech.ch |
URL de la Page d'Aide | https://www.vimanatech.ch |
Langues Prises en Charge | 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" ] } ] } |