Online Tracker for WhatsApp™
Online Tracker for WhatsApp™
Wat is Online Tracker for WhatsApp™?
Online Tracker for WhatsApp™ is een Chrome-extensie ontwikkeld door Tabmark, en de belangrijkste functie is "Online Tracker for WhatsApp™".
Extensie Screenshots
Download het CRX-bestand van de extensie Online Tracker for WhatsApp™
Download Online Tracker for WhatsApp™-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
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.
Basisinformatie over de Extensie
Naam | |
ID | fmglbkfcmjecbopdoccahcjmidkiipmf |
Officiële URL | https://chrome.google.com/webstore/detail/online-tracker-for-whatsa/fmglbkfcmjecbopdoccahcjmidkiipmf |
Beschrijving | Online Tracker for WhatsApp™ |
Bestandsgrootte | 126 KB |
Aantal Installaties | 6,832 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-09-10 |
Publicatiedatum | 2020-09-07 |
Beoordeling | 3.78/5 Totaal 74 Beoordelingen |
Ontwikkelaar | Tabmark |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |