WhatsApp Grabber
Mark number and go to WhatsApp web directly
Was ist WhatsApp Grabber?
WhatsApp Grabber ist eine Chrome-Erweiterung, die von doronmmm entwickelt wurde, und ihr Hauptmerkmal ist "Mark number and go to WhatsApp web directly".
Erweiterungsscreenshots
WhatsApp Grabber-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhatsApp Grabber-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
מאפשר לך לסמן מספר טלפון ישראלי, ללחוץ מקש ימני, ולעבור לשיחת WhatsApp עם המספר בלי לשמור :)
Grundlegende Informationen zur Erweiterung
Name | |
ID | pippgdiabeonecdhpcmfpbochpkhiklj |
Offizielle URL | https://chrome.google.com/webstore/detail/whatsapp-grabber/pippgdiabeonecdhpcmfpbochpkhiklj |
Beschreibung | Mark number and go to WhatsApp web directly |
Dateigröße | 49.53 KB |
Installationsanzahl | 37 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-08-29 |
Veröffentlichungsdatum | 2020-08-29 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | doronmmm |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp Grabber", "version": "1.0", "description": "Mark number and go to WhatsApp web directly", "permissions": [ "storage", "contextMenus" ], "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |