Y2mate URL Shortener

Y2mate URL Shortener

YouTube video URLs Shorten Tool. y2mate.tools is a youtube video downloader and a youtube converter can convert and download youtube videos to mp3,mp4.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "16": "/icons/16.png",
      "32": "/icons/32.png",
      "48": "/icons/48.png",
      "64": "/icons/64.png",
      "128": "/icons/128.png"
    },
    "default_popup": "/html/popup.html",
    "default_title": "Y2mate URL Shortener"
  },
  "description": "YouTube video URLs Shorten Tool",
  "icons": {
    "16": "/icons/16.png",
    "32": "/icons/32.png",
    "48": "/icons/48.png",
    "64": "/icons/64.png",
    "128": "/icons/128.png"
  },
  "manifest_version": 2,
  "name": "Y2mate URL Shortener",
  "permissions": [
    "activeTab"
  ],
  "version": "1.11",
  "browser_specific_settings": {
    "gecko": {
      "id": "{e7569e3b-fddf-45ad-9996-a0629efdbd7b}"
    }
  }
}