Youtube™ Profile Picture Downloader

Youtube™ Profile Picture Downloader

Downloads profile pictures from Youtube with just 1 click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Youtube™ Profile Picture Downloader",
  "description": "Downloads Youtube™ Profile Picture For You",
  "version": "1.2",
  "author": "Tony Stark",
  "homepage_url": "https://www.programmerhat.com/",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "https://yt3.ggpht.com/*"
  ],
  "icons": {
    "16": "assets/icon16.png",
    "32": "assets/icon32.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "browser_action": {
    "default_title": "Youtube™ Profile Picture Downloader",
    "default_icon": "assets/icon128.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1f1415d5-3bca-47be-b954-a7bcf4b8accc}"
    }
  }
}