BigTube - Better Youtube Theater Mode & More

BigTube - Better Youtube Theater Mode & More

Full-sized theater mode, miniplayer on scroll, Popout player for all video sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "BigTube - Better Youtube Theater Mode & More",
  "short_name": "BigTube",
  "version": "4.3.3",
  "manifest_version": 3,
  "description": "Full-sized theater mode, miniplayer on scroll, Popout player for all video sites.",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "scripts": [
      "scripts/main.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "19": "images/icon-19.png",
      "38": "images/icon-38.png",
      "128": "images/icon-128.png"
    }
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Alt+P",
        "mac": "Alt+P",
        "linux": "Alt+P",
        "chromeos": "Alt+P",
        "default": "Alt+P"
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "cookies"
  ],
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{822ac6bc-1090-4d26-b32b-48d5f7085c76}"
    }
  }
}