YouTube Miniplayer Firefox

Examine source code of YouTube Miniplayer

제작자: Bukhari
Inspect and view changes in YouTube Miniplayer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "bukhariahmed76@gmail.com",
      "strict_min_version": "109.0"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "exclude_matches": [
        "*://www.youtube.com/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "default_locale": "en",
  "description": "Opens YouTube links in a draggable miniplayer on non-YouTube websites",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "YouTube Miniplayer",
  "short_name": "YT Miniplayer",
  "action": {
    "default_icon": {
      "19": "icon48.png",
      "38": "icon128.png"
    },
    "default_title": "YouTube Miniplayer",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "1.0",
  "web_accessible_resources": []
}

최고의 YouTube Miniplayer 대안

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