Xeroday / ChromeLogger

Chrome Keylogger Extension
https://www.ericzhang.me/projects/chromelogger/
GNU General Public License v3.0
161 stars 71 forks source link

not work on new Chrome #8

Open Mehran opened 7 years ago

Mehran commented 7 years ago

seems not work on last Chrome Version ?

nitheshB-2002 commented 3 years ago

Well i faced the same problem ,it seems the problem is with the part in manifest.json . Where instead of background.scripts we must use background.service_worker ,which was as told by the browser error message.But after that too ,it shows the error Invalid use of value for background.service_worker .

konrad-wila commented 1 year ago

I found that the solution to the problem was to downgrade to mainfest.json to "manifest_version": 2, However this version seems to have been deprecated now :( It will work with a 2022 version of Chrome with this change though. A bit of a late solution though hahaha.