Online Tracker for WhatsApp™

Online Tracker for WhatsApp™

What is Online Tracker for WhatsApp™?

Online Tracker for WhatsApp™ is a Chrome extension developed by Tabmark, and its main feature is "Online Tracker for WhatsApp™".

Extension Screenshots

screenshot

Download Online Tracker for WhatsApp™ Extension CRX File

Download Online Tracker for WhatsApp™ 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

                        This is a wa tracker which works only with wa web. Track your contacts online or offline status. Get chrome notifications when your wa contact goes online or offline, or starts composing a message. Also shows last seen time of contact.
Just click the new button that appears on top right corner of active conversation on whatsapp web.                    

Extension Basic Information

Name Online Tracker for WhatsApp™ Online Tracker for WhatsApp™
ID fmglbkfcmjecbopdoccahcjmidkiipmf
Official URL https://chrome.google.com/webstore/detail/online-tracker-for-whatsa/fmglbkfcmjecbopdoccahcjmidkiipmf
Description Online Tracker for WhatsApp™
File Size 126 KB
Installation Count 6,832
Current Version 1.0.2
Last Updated 2020-09-10
Publish Date 2020-09-07
Rating 3.78/5 Total 74 Ratings
Developer Tabmark
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "manifest_version": 2,
    "name": "Online Tracker for WhatsApp\u2122",
    "description": "Online Tracker for WhatsApp\u2122",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "icons": {
        "256": "\/images\/icon.png",
        "128": "\/images\/icon128.png",
        "48": "\/images\/icon48.png"
    },
    "background": {
        "scripts": [
            "\/bg.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/web.whatsapp.com\/"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/web\/web.js"
    ],
    "permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "notifications",
        "tabs"
    ]
}