Video Rotator Deluxe (VRD) Firefox

Examine source code of Video Rotator Deluxe (VRD)

By: KK
Inspect and view changes in Video Rotator Deluxe (VRD) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Video Rotator Deluxe",
  "author": "KK",
  "version": "1.1resigned1",
  "icons": {
    "48": "icons/mainIcon.png",
    "96": "icons/mainIcon2x.png"
  },
  "description": "Video Rotator Deluxe allows you to rotate plain HTML5 videos in 90 degree turns. Early support for YouTube videos has been added with more major video sharing sites planned to be made compatible in the future.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/off-16.png",
      "32": "icons/off-32.png",
      "64": "icons/off-64.png"
    },
    "default_title": "VRD: OFF",
    "default_popup": "popup.html",
    "browser_style": true
  },
  "web_accessible_resources": [
    "icons/playIcon.png",
    "icons/pauseIcon.png"
  ],
  "permissions": [
    "<all_urls>",
    "activeTab",
    "contextMenus",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8a876722-495a-4562-ac47-dca7edf4e88f}"
    }
  }
}

Best Video Rotator Deluxe (VRD) Alternatives

Here are some Firefox add-ons that are similar to Video Rotator Deluxe (VRD):