WhatsApp Grabber

Mark number and go to WhatsApp web directly

Qu'est-ce que WhatsApp Grabber ?

WhatsApp Grabber est une extension Chrome développée par doronmmm, et sa fonction principale est "Mark number and go to WhatsApp web directly".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WhatsApp Grabber

Téléchargez les fichiers d'extension WhatsApp Grabber 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 עם המספר בלי לשמור :)                    

Informations de Base sur l'Extension

Nom WhatsApp Grabber WhatsApp Grabber
ID pippgdiabeonecdhpcmfpbochpkhiklj
URL Officiel https://chrome.google.com/webstore/detail/whatsapp-grabber/pippgdiabeonecdhpcmfpbochpkhiklj
Description Mark number and go to WhatsApp web directly
Taille du Fichier 49.53 KB
Nombre d'Installations 37
Version Actuelle 1.0
Dernière Mise à Jour 2020-08-29
Date de Publication 2020-08-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur doronmmm
Email [email protected]
Type de Paiement free
Langues Prises en Charge
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
}