Examine source code of DailyFlip - Flip DailyMotion, YouTube, & TikTok

Inspect and view changes in DailyFlip - Flip DailyMotion, YouTube, & TikTok source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "DailyFlip",
  "version": "3.0.1",
  "description": "This dyslexia-friendly tool allows users to easily flip their videos as they see it. Works on DailyMotion and YouTube.",
  "permissions": [
    "contextMenus",
    "https://www.dailymotion.com/*",
    "https://geo.dailymotion.com/*",
    "https://www.youtube.com/",
    "https://www.tiktok.com/"
  ],
  "browser_action": {
    "default_icon": "flipIcon.png",
    "default_title": "Daily Flip Menu",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "hrt.gif",
    "left-right.png",
    "up-down.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bcc5953d-2b40-4a97-a57f-18b17f58c91a}"
    }
  }
}