VK Tik-Tok Instagram video downloader

VK Tik-Tok Instagram video downloader

VK Tik-Tok Instagram video downloader also vimeo, facebook, yandex music, dailymotion, deezer, spotify

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/lib/grafy.js",
      "js/lib/analytics.js",
      "js/lib/jquery-3.1.1.min.js",
      "js/lib/tools.js",
      "js/_config.js",
      "js/search-engine.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/32.png",
    "default_popup": "popup.html",
    "default_title": "VK Tik-Tok Instagram video downloader"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/app.css",
        "css/sidebar.css",
        "css/content.css"
      ],
      "js": [
        "js/lib/jquery-3.1.1.min.js",
        "js/lib/tools.js",
        "js/lib/md5.min.js",
        "js/_config.js",
        "js/app.js",
        "js/providers/abstract-provider.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/lib/analytics.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/providers/fb.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/providers/in.js"
      ],
      "matches": [
        "*://*.instagram.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/providers/tw.js"
      ],
      "matches": [
        "*://*.twitter.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/providers/vm.js"
      ],
      "matches": [
        "*://*.vimeo.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/providers/dz.js"
      ],
      "matches": [
        "*://*.deezer.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/providers/sc.js"
      ],
      "matches": [
        "*://soundcloud.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/providers/sf.js"
      ],
      "matches": [
        "*://*.spotify.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/providers/mr.js"
      ],
      "matches": [
        "*://my.mail.ru/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/providers/dm.js"
      ],
      "matches": [
        "*://*.dailymotion.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/providers/ya.js"
      ],
      "matches": [
        "*://music.yandex.ru/*",
        "*://music.yandex.ua/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/providers/vk.js"
      ],
      "matches": [
        "*://vk.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/providers/tt.js"
      ],
      "matches": [
        "*://*.tiktok.com/*"
      ]
    },
    {
      "css": [
        "css/app.css",
        "css/sidebar.css",
        "css/content.css"
      ],
      "js": [
        "js/providers/xx.js",
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "downloads",
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0",
  "web_accessible_resources": [
    "img/*"
  ]
}