GooglePanicImages

GooglePanicImages

Displays a 'view' link above images from Google image search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Displays a 'view' link above images from Google image search",
  "homepage_url": "https://github.com/jrie/googlePanicImage",
  "manifest_version": 3,
  "name": "GooglePanicImages",
  "version": "2.1.21",
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/search*"
      ],
      "include_globs": [
        "*.google.*"
      ],
      "js": [
        "gpi.js"
      ],
      "all_frames": true
    }
  ]
}