Closed ceased-ebc closed 7 years ago
in manifest.json change "matches": ["https://www.facebook.com/"] to `"matches": [ ":///" ],`
Just changing the URL property will not help you web scrape all sites, you scrape another site. You need to look into div tags and DOMS. Same goes for notification location and design. You need to learn about their DOMs and manipulate it.
...