WhatsApp Grabber

Mark number and go to WhatsApp web directly

Wat is WhatsApp Grabber?

WhatsApp Grabber is een Chrome-extensie ontwikkeld door doronmmm, en de belangrijkste functie is "Mark number and go to WhatsApp web directly".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie WhatsApp Grabber

Download WhatsApp Grabber-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 עם המספר בלי לשמור :)                    

Basisinformatie over de Extensie

Naam WhatsApp Grabber WhatsApp Grabber
ID pippgdiabeonecdhpcmfpbochpkhiklj
Officiële URL https://chrome.google.com/webstore/detail/whatsapp-grabber/pippgdiabeonecdhpcmfpbochpkhiklj
Beschrijving Mark number and go to WhatsApp web directly
Bestandsgrootte 49.53 KB
Aantal Installaties 37
Huidige Versie 1.0
Laatst Bijgewerkt 2020-08-29
Publicatiedatum 2020-08-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar doronmmm
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen
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
}