Youtube download video PointMp4

Youtube download video PointMp4

Add a button to Youtube video directly, allowing you to download it's content as mp4 file instantly using www.pointmp4.com. And access your videos from any device and offline !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "PointMp4",
  "content_scripts": [
    {
      "css": [
        "youtubeToPointMp4.css"
      ],
      "js": [
        "youtubeToPointMp4.js"
      ],
      "matches": [
        "http://*.youtube.com/*",
        "https://*.youtube.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Add a button to Youtube video directly, allowing you to download it's content as mp4 file instantly using www.pointmp3.com",
  "icons": {
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "tabs",
    "http://*.youtube.com/*",
    "https://*.youtube.com/*"
  ],
  "version": "1.1.1resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{083db51e-cfa4-4fe0-99de-b4e121126856}"
    }
  }
}