Video Player 2.0 Dimensions

Video Player 2.0 Dimensions

This extension allows you to calculate the size of the Flash object of Video Player desktop.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Video Player 2.0 Dimensions",
  "short_name": "VP2D",
  "description": "This extension allows you to calculate the size of the Flash object of Video Player desktop.",
  "version": "1.1",
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs"
  ]
}