PullTube Extension

PullTube Extension

Sends current page to PullTube or its download later list. Should be used with PullTube - online video and playlist downloader for your Mac. 15-day Free Trial available: http://mymixapps.com/pulltube

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "pt_16x16.png",
    "default_title": "Open With Pulltube",
    "theme_icons": [
      {
        "dark": "pt_16x16.png",
        "light": "pt_16x16_white.png",
        "size": 32
      }
    ]
  },
  "commands": {
    "XUOpenCurrentSite": {
      "description": "Open current page with PullTube",
      "suggested_key": {
        "default": "MacCtrl+Shift+P"
      }
    }
  },
  "description": "Sends current page to PullTube app on MacOS or its download later list",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "PullTube",
  "permissions": [
    "contextMenus",
    "tabs",
    "activeTab",
    "http://*/*",
    "https://*/*"
  ],
  "version": "1.1.1"
}