Asset Drop Firefox

Examine source code of Asset Drop

제작자: kiri
Inspect and view changes in Asset Drop source codes across current and past versions
미닛바이오
더 재미있고 싶으신가요? 1,000+ 개의 무료 무방해 게임 플레이
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Asset Drop",
  "description": "Download game assets directly into your project folder.",
  "version": "0.1.4",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "nativeMessaging",
    "downloads",
    "storage",
    "*://*.itch.io/*",
    "*://itch.io/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "asset-drop@assetdrop.io",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.itch.io/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

최고의 Asset Drop 대안

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