Reframe It

Reframe It

Reframe videos while browsing Youtube

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Reframe It",
  "version": "1.1",
  "description": "Reframe videos while browsing Youtube",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": "reframed-19x19.png",
    "default_title": "Click to Reframe this Video"
  },
  "permissions": [
    "declarativeContent",
    "tabs"
  ],
  "icons": {
    "48": "reframed-48x48.png",
    "128": "reframed-128x128.png"
  },
  "manifest_version": 2
}