rizwansoaib/whatsapp-monitor

WhatApp monitor no longer works

observadorbtu opened this issue · 5 comments

WA Monitor is no longer working.

I have version 2.8 on Chrome and it stopped working.

How do I fix or manually update to 2.9 as the site doesn't update.

Desktop (please complete the following information):

  • OS: Windows 8,1
  • BrowserChrome
  • Version 104.0.5112.81

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
2 days ago it worked perfetcly

Is there a way to download the 2.9 version and force to install on Chrome?

It is not working...

Now, I've got this error:

Erros
Cannot load extension with file or directory name Thumbs.db. The filename is illegal.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"manifest_version": 3,
"name": "Online Monitor for WhatsApp",
"description": "Online Monitor WhatsApp Web",
"version": "2.9",
"author": "Rizwan Ahmad",

"action": {
"default_title": "Start WhatsApp Online Monitor",
"default_popup": "popup.html"
},

"icons": {
	
	"64": "images/icons/64.png",
	"128": "images/icons/128.png"
},

"web_accessible_resources": [{
"resources": ["*.js","*.mp3"],
"matches": ["<all_urls>"]

}],

"content_scripts": [
    {
        "matches": ["https://web.whatsapp.com/*"],
        "js": ["start.js"],
         "run_at":    "document_end"
    }
],

"permissions": [
  "scripting",
"storage",
"activeTab"
],


"host_permissions": [
"https://web.whatsapp.com/*","https://notify.run/*","https://wpmonitor.tech/*"

]

}