Examine source code of Y2Mate - Video Downloader

Inspect and view changes in Y2Mate - Video Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.26.0",
  "default_locale": "en",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon_19.png",
      "38": "img/icon_38.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "unlimitedStorage",
    "downloads",
    "webRequest",
    "webRequestBlocking"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.vimeo.com/*"
      ],
      "js": [
        "includes/commons.js",
        "includes/vimeo_com.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "include_globs": [
        "http://dailymotion.*/*",
        "http://*.dailymotion.*/*",
        "https://dailymotion.*/*",
        "https://*.dailymotion.*/*"
      ],
      "js": [
        "includes/commons.js",
        "includes/dailymotion_com.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "*://*.soundcloud.com/*"
      ],
      "js": [
        "includes/commons.js",
        "includes/soundcloud_com.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.vk.com/*",
        "*://*.vkontakte.ru/*"
      ],
      "js": [
        "includes/commons.js",
        "includes/vkontakte_ru.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "*://my.mail.ru/*"
      ],
      "js": [
        "includes/commons.js",
        "includes/mail_ru.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "includes/commons.js",
        "includes/facebook_com.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "includes/commons.js",
        "includes/instagram_com.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "*://*.rutube.ru/*"
      ],
      "js": [
        "includes/commons.js",
        "includes/rutube_ru.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "*://*.tiktok.com/*"
      ],
      "js": [
        "includes/commons.js",
        "includes/tiktok_com.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "includes/tab.js"
      ],
      "run_at": "document_start",
      "match_about_blank": true,
      "all_frames": true
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "includes/commons.js",
        "includes/youtube_com.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}

Similar add-ons

Here are some Edge add-ons that are similar to Y2Mate - Video Downloader:

Popular extensions / apps

Here are some popular extensions / apps that you might be interested in: