GamemoddingCOM InstDownloader

GamemoddingCOM InstDownloader

GamemoddingCOM InstDownloader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Phil Roggenbuck",
  "web_accessible_resources": [
    "inst.js"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://gamemodding.com/en/getmod*"
      ],
      "js": [
        "inst.js"
      ]
    }
  ],
  "description": "GamemoddingCOM InstDownloader",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "GamemoddingCOM InstDownloader",
  "short_name ": "GinstD",
  "version": "1.0"
}