YTCompact Firefox

Examine source code of YTCompact

Por: utools
Inspect and view changes in YTCompact source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "assets/icons/ycm-red-16.png",
    "48": "assets/icons/ycm-red-48.png",
    "128": "assets/icons/ycm-red-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/icons/ycm-red-16.png",
      "48": "assets/icons/ycm-red-48.png",
      "128": "assets/icons/ycm-red-128.png"
    },
    "default_title": "__MSG_name__",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "content-scripts.js"
      ],
      "matches": [
        "*://www.youtube.com/*",
        "*://music.youtube.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "web-accessible-resources/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "78.0",
      "id": "support@email.com"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "version": "1.0.1",
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Mejores alternativas YTCompact

Aquí hay algunas Firefox add-ons que son similares a YTCompact: