Magic Actions for YouTube™

Magic Actions for YouTube™

Enhance your YouTube watching experience! Cinema Mode, Mouse Wheel Volume Control, AutoHD, Expand, Snapshots …

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "fjs267/dbg267.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "fimg267/16.png",
      "19": "fimg267/19.png",
      "24": "fimg267/24.png",
      "32": "fimg267/32.png",
      "38": "fimg267/38.png",
      "48": "fimg267/48.png",
      "64": "fimg267/64.png"
    },
    "default_popup": "dmenu267.html",
    "default_title": "__MSG_extName__"
  },
  "content_scripts": [
    {
      "js": [
        "fjs267/dwatch267.js"
      ],
      "css": [
        "fcss267/dtheme267.css"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ],
      "exclude_matches": [
        "https://www.youtube.com/embed*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "fjs267/dmusic267.js"
      ],
      "matches": [
        "https://music.youtube.com/*",
        "https://www.youtube.com/embed*"
      ],
      "all_frames": true,
      "run_at": "document_end"
    },
    {
      "js": [
        "fjs267/dopt267.js"
      ],
      "matches": [
        "https://www.mycinema.pro/options.html*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "fjs267/dcs267.js"
      ],
      "matches": [
        "https://www.mycinema.pro/*",
        "https://www.chromeactions.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "default-src 'none';script-src 'self';style-src 'self';img-src 'self';connect-src https://www.google-analytics.com https://api64.com https://clients2.google.com;report-uri https://appn.center/apiv1/csp;",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "fimg267/16.png",
    "24": "fimg267/24.png",
    "32": "fimg267/32.png",
    "48": "fimg267/48.png",
    "64": "fimg267/64.png",
    "96": "fimg267/96.png",
    "128": "fimg267/128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyfOC0uiQNOM7ITQ13U1fOKx/SBYgiUJf8yjLOcjEHs+MrAw3dUWWEYsR8LfUpzKKzhvtxugI+fwpdG4cfEIFuQQgmkZgJfFHmoDuBQmDO7QB4+SXk8lq6nLb4JwujZ6rOJ6LYPX0PDtPMaynAI8jiRI1HpGJVSBA5epPrJZo1cQIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "54.0",
  "name": "__MSG_extName__",
  "offline_enabled": true,
  "options_page": "doptions267.html",
  "options_ui": {
    "page": "doptions267.html",
    "chrome_style": false
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "short_name": "MAFY",
  "homepage_url": "https://www.mycinema.pro/",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "7.9.5.2",
  "web_accessible_resources": [
    "dopt267.html"
  ]
}