PIP screen for html5 video

PIP screen for html5 video

PIP screen for html5 video

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PIP screen for html5 video",
  "version": "0.0.9.01",
  "manifest_version": 2,
  "description": "PIP screen for html5 video",
  "homepage_url": "http://uncommonine.com",
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "On/Off PIP"
  },
  "permissions": [
    "activeTab"
  ],
  "commands": {
    "runpipscreen": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "windows": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Turn On/Off PIP"
    },
    "objectfit": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "windows": "Ctrl+Shift+1",
        "mac": "Command+Shift+1"
      },
      "description": "Video fit to inner window size for wide screen(might be works only fullscreen mode)"
    },
    "runpopup": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "windows": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Popup without address bar"
    },
    "skipad": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "windows": "Ctrl+Shift+A",
        "mac": "Command+Shift+A"
      },
      "description": "Skip ad if available(ad video timeline is positioning to at the end)"
    }
  }
}