Social Video Downloader

Social Video Downloader

Would you like to download video? Social Video Downloader will do it for you! Most popular and useful Video Downloader!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/icon_32.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_extension_hint__"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "Would you like to download video? Social Video Downloader will do it for you! Most popular and useful Video Downloader!",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "permissions": [
    "tabs",
    "webRequest",
    "http://*/*",
    "https://*/*",
    "webRequestBlocking",
    "storage",
    "downloads"
  ],
  "short_name": "Social Video Downloader",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.3.2",
  "web_accessible_resources": [
    "*"
  ]
}