DF YouTube (Distraction Free) Firefox

Examine source code of DF YouTube (Distraction Free)

By: RickyV
Inspect and view changes in DF YouTube (Distraction Free) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DF YouTube (Distraction Free)",
  "version": "1.13.504",
  "description": "Allow yourself to focus while using YouTube for work, recreation or education.",
  "short_name": "DF YouTube",
  "applications": {
    "gecko": {
      "id": "dfyoutube@example.com"
    }
  },
  "permissions": [
    "https://api.mailgun.net/*",
    "storage",
    "tabs",
    "notifications",
    "https://www.youtube.com/*"
  ],
  "web_accessible_resources": [
    "images/*.*",
    "css/*.*",
    "scripts/*.js",
    "content/*.html"
  ],
  "icons": {
    "48": "images/icon_48.png",
    "96": "images/icon_96.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://www.youtube.com/?*",
        "https://www.youtube.com/watch*"
      ],
      "js": [
        "scripts/df_youtube.js"
      ],
      "css": []
    }
  ],
  "browser_action": {
    "default_icon": "images/df_youtube_icon_active_32.png",
    "default_popup": "home.html",
    "default_title": "DF YouTube"
  }
}

Best DF YouTube (Distraction Free) Alternatives

Here are some Firefox add-ons that are similar to DF YouTube (Distraction Free):