IMD Firefox

Examine source code of IMD

제작자: Gaz Butane
Inspect and view changes in IMD source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "IMD",
  "version": "0.2",
  "description": "Ikea 3d model downloader",
  "browser_specific_settings": {
    "gecko": {
      "id": "ModelDownloader@IMD.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "downloads",
    "downloads.open",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://www.ikea.com/*",
    "*://web-api.ikea.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "512": "icons/logo512-transparent.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.ikea.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

최고의 IMD 대안

다음은 IMD과(와) 유사한 Firefox add-on입니다: