WhatsApp Grabber

Mark number and go to WhatsApp web directly

What is WhatsApp Grabber?

WhatsApp Grabber is a Chrome extension developed by doronmmm, and its main feature is "Mark number and go to WhatsApp web directly".

Extension Screenshots

screenshot
screenshot

Download WhatsApp Grabber Extension CRX File

Download WhatsApp Grabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        מאפשר לך לסמן מספר טלפון ישראלי, ללחוץ מקש ימני, ולעבור לשיחת WhatsApp עם המספר בלי לשמור :)                    

Extension Basic Information

Name WhatsApp Grabber WhatsApp Grabber
ID pippgdiabeonecdhpcmfpbochpkhiklj
Official URL https://chrome.google.com/webstore/detail/whatsapp-grabber/pippgdiabeonecdhpcmfpbochpkhiklj
Description Mark number and go to WhatsApp web directly
File Size 49.53 KB
Installation Count 37
Current Version 1.0
Last Updated 2020-08-29
Publish Date 2020-08-29
Rating 5.00/5 Total 2 Ratings
Developer doronmmm
Email [email protected]
Payment Type free
Supported Languages
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
}