YouTube URL Shortener

YouTube URL Shortener

Shorten YouTube video URLs and share them on social media.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "YouTube URL Shortener",
  "version": "1.1",
  "description": "Shorten YouTube video URLs and share them on social media.",
  "homepage_url": "https://ytmp3.nu/",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/32.png",
    "default_title": "YouTube URL Shortener",
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f6cb2fef-a64f-4335-b8ad-3a5b499b85e3}"
    }
  }
}