Anti-Grabify

Anti-Grabify

Blocks IP grabber links from Grabify and other known IP grabber sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Anti-Grabify",
  "version": "1.16",
  "manifest_version": 2,
  "description": "Blocks IP grabbers from Grabify and other IP grabber links.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "strict_min_version": "57.0a1",
      "id": "{68dfd413-aef7-4632-abb7-157a0387f1e7}"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon_128.png",
    "default_title": "Anti-Grabify",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}