Motrix Integration Firefox

Examine source code of Motrix Integration

제작자: Alhassan M. Add-on
Inspect and view changes in Motrix Integration source codes across current and past versions
Vidego icon
영상을 다운로드하려고 하시나요? 범용 비디오 다운로더를 사용해 보세요:
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Motrix Integration",
  "version": "2.0",
  "description": "Powerful Motrix download manager integration with a beautiful UI and video download overlay.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "downloads",
    "storage",
    "contextMenus",
    "notifications",
    "tabs",
    "webNavigation",
    "webRequest",
    "nativeMessaging",
    "cookies",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+D",
        "mac": "Command+Shift+D"
      },
      "description": "Open Motrix extension popup"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{78e47012-70b7-4c40-8b63-a75d52c6b45a}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Motrix Integration 대안

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