AllTube Downloader

AllTube Downloader

Easily download video and audio from several popular video websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "short_name": "ATD",
  "name": "AllTube Downloader",
  "version": "2.1.15",
  "description": "Easily download video and audio from several popular video websites",
  "options_page": "configuration.html",
  "permissions": [
    "https://www.youtube.com/*",
    "https://www.dailymotion.com/*",
    "https://vimeo.com/*",
    "https://soundcloud.com/*",
    "https://www.facebook.com/*",
    "https://www.instagram.com/*",
    "https://*.alltubeplayer.com/*",
    "tabs",
    "activeTab",
    "declarativeContent",
    "downloads",
    "storage",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "js/baseCommon.js",
      "js/getWSData.js",
      "js/wsUtil.js",
      "js/storeConfig.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "images/ATD_Icon_32x32.png",
      "48": "images/ATD_Icon_48x48.png",
      "128": "images/ATD_Icons_128x128.png"
    }
  },
  "icons": {
    "32": "images/ATD_Icon_32x32.png",
    "48": "images/ATD_Icon_48x48.png",
    "128": "images/ATD_Icons_128x128.png"
  },
  "web_accessible_resources": [
    "js/adsJumbo.js",
    "js/animAdInPage.js",
    "images/ATD_Icon_48x48.PNG",
    "images/CloseIcon.PNG"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.alltubeplayer.com/showVideo.html*",
        "https://www.youtube.com/*",
        "https://www.dailymotion.com/*",
        "https://vimeo.com/*",
        "https://soundcloud.com/*"
      ],
      "css": [
        "css/csStyle.css",
        "css/indetermine-progress.css"
      ],
      "js": [
        "js/baseCommon.js",
        "js/popupCommon.js",
        "js/wsUtil.js",
        "js/progressbar.js",
        "js/animAdInPage.js",
        "js/browser.js",
        "js/atpservices.js",
        "js/inPageDLButton.js"
      ]
    }
  ],
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}