Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 244 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 244 Bytes

Reference

To run automatically

manifest.json:

"content_scripts": [
    {
      "matches": [
        "https://www.fleaflicker.com/nba/leagues/30579/teams/161025?statType=0"
      ],
      "js": ["dist/main.js"]
    }
  ]