Online Tracker for WhatsApp™

Online Tracker for WhatsApp™

Was ist Online Tracker for WhatsApp™?

Online Tracker for WhatsApp™ ist eine Chrome-Erweiterung, die von Tabmark entwickelt wurde, und ihr Hauptmerkmal ist "Online Tracker for WhatsApp™".

Erweiterungsscreenshots

screenshot

Online Tracker for WhatsApp™-Erweiterungs-CRX-Datei herunterladen

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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Online Tracker for WhatsApp™ Online Tracker for WhatsApp™
ID fmglbkfcmjecbopdoccahcjmidkiipmf
Offizielle URL https://chrome.google.com/webstore/detail/online-tracker-for-whatsa/fmglbkfcmjecbopdoccahcjmidkiipmf
Beschreibung Online Tracker for WhatsApp™
Dateigröße 126 KB
Installationsanzahl 6,832
Aktuelle Version 1.0.2
Letztes Update 2020-09-10
Veröffentlichungsdatum 2020-09-07
Bewertung 3.78/5 Insgesamt 74 Bewertungen
Entwickler Tabmark
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}