Full Size Images for IG

Full Size Images for IG

Extension to display IG images at full size. / Extensión para ver las imágenes de IG a tamaño completo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Full Size Images for IG",
  "version": "0.0.4",
  "description": "Extension to display IG images at full size. / Extensión para ver las imágenes de IG a tamaño completo.",
  "icons": {
    "16": "images/ico16.png",
    "32": "images/ico32.png",
    "48": "images/ico48.png",
    "128": "images/ico128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://*.instagram.com/*"
      ]
    }
  ]
}