beta-focus-youtube Firefox

Examine source code of beta-focus-youtube

Inspect and view changes in beta-focus-youtube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "focus-youtube",
  "description": "Youtube Without the distractions",
  "version": "0.0.1",
  "icons": {
    "64": "icons/icon.png"
  },
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "browserAction/index.html",
    "default_title": "focus-youtube"
  },
  "page_action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "pageAction/index.html",
    "default_title": "focus-youtube"
  },
  "options_ui": {
    "page": "options/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bf9b42f2-79ef-40c0-96dd-7e033f719a99}"
    }
  }
}

Best beta-focus-youtube Alternatives

Here are some Firefox add-ons that are similar to beta-focus-youtube: