Snow-forecast

Snow-forecast

Remove incentive of snow forecast to view the 7th day forecast

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Snow-forecast",
  "version": "1.1",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://www.snow-forecast.com/resorts/*/6day/*"
      ],
      "js": [
        "plugin.js"
      ]
    }
  ]
}