Free mapgenie PRO

Free mapgenie PRO

Removes PRO limitations on any mapgenie map.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Free mapgenie PRO",
  "description": "Removes PRO limitations on any mapgenie map.",
  "version": "1.0.0",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "*://*.mapgenie.io/*"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "get_pro.js"
      ],
      "matches": [
        "*://*.mapgenie.io/*"
      ]
    }
  ]
}