Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WhatApp monitor no longer works #190

Closed
observadorbtu opened this issue Aug 14, 2022 · 5 comments
Closed

WhatApp monitor no longer works #190

observadorbtu opened this issue Aug 14, 2022 · 5 comments

Comments

@observadorbtu
Copy link

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

@rizwansoaib
Copy link
Owner

rizwansoaib commented Aug 14, 2022 via email

@observadorbtu
Copy link
Author

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

@rizwansoaib
Copy link
Owner

rizwansoaib commented Aug 14, 2022 via email

@rizwansoaib
Copy link
Owner

@observadorbtu
Copy link
Author

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/*"

]

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants