QuickPlay Overlay Firefox

Examine source code of QuickPlay Overlay

제작자: Quyen
Inspect and view changes in QuickPlay Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "QuickPlay Overlay",
  "version": "1.0.1",
  "description": "Bôi đen tên phim và nhấn phím tắt để mở popup xem trailer/phim ngắn từ nguồn miễn phí, hợp pháp.",
  "browser_specific_settings": {
    "gecko": {
      "id": "quickplayoverlay@addons.mozilla.org",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab"
  ],
  "commands": {
    "open-overlay": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Mở QuickPlay Overlay"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "overlay.js"
      ],
      "css": [
        "overlay.css"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  }
}

최고의 QuickPlay Overlay 대안

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