"Play or Pause Tab" Menu Item

"Play or Pause Tab" Menu Item

Adds a context menu item that will play/pause media on the selected tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Play or Pause Tab",
  "version": "0.1",
  "description": "Adds a context menu item that will play/pause media on the selected tab.",
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "permissions": [
    "menus",
    "activeTab"
  ]
}