Online Tracker for WhatsApp™
Online Tracker for WhatsApp™
Qu'est-ce que Online Tracker for WhatsApp™ ?
Online Tracker for WhatsApp™ est une extension Chrome développée par Tabmark, et sa fonction principale est "Online Tracker for WhatsApp™".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Online Tracker for WhatsApp™
Téléchargez les fichiers d'extension Online Tracker for WhatsApp™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fmglbkfcmjecbopdoccahcjmidkiipmf |
URL Officiel | https://chrome.google.com/webstore/detail/online-tracker-for-whatsa/fmglbkfcmjecbopdoccahcjmidkiipmf |
Description | Online Tracker for WhatsApp™ |
Taille du Fichier | 126 KB |
Nombre d'Installations | 6,832 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2020-09-10 |
Date de Publication | 2020-09-07 |
Évaluation | 3.78/5 Total 74 Évaluations |
Développeur | Tabmark |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |