WhatsApp Mini
WhatsApp Mini - The Smallest WhatsApp Sidepanel
Vad är WhatsApp Mini?
WhatsApp Mini är en Chrome-tillägg utvecklad av anycall.app, och dess huvudfunktion är "WhatsApp Mini - The Smallest WhatsApp Sidepanel".
Tilläggsskärmbilder
Ladda ner WhatsApp Mini-förlängningens CRX-fil
Ladda ner WhatsApp Mini-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
WhatsApp Mini - The Smallest WhatsApp Sidebar for a more compact WhatsApp experience. Minify your WhatsApp now!
Grundläggande Information om Tillägg
Namn | |
ID | dhainjljdmfaecmloekicjfhhaihchmf |
Officiell webbadress | https://chrome.google.com/webstore/detail/whatsapp-mini/dhainjljdmfaecmloekicjfhhaihchmf |
Beskrivning | WhatsApp Mini - The Smallest WhatsApp Sidepanel |
Filstorlek | 196 KB |
Antal Installationer | 46 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2021-03-07 |
Publiceringsdatum | 2021-02-23 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | anycall.app |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.vimanatech.ch |
Hjälpsida URL | https://www.vimanatech.ch |
Stödda Språk | 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" ] } ] } |