No more Lightshot ADS

No more Lightshot ADS

Lightshot tool ads remover

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "No more Lightshot ADS",
  "version": "2.0",
  "description": "Lightshot tool ads remover",
  "icons": {
    "16": "lightshot-ads.png",
    "48": "lightshot-ads.png",
    "128": "lightshot-ads.png"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "all_frames": true,
      "matches": [
        "*://prnt.sc/*",
        "https://prnt.sc/"
      ]
    }
  ]
}