OK.ru Downloader (IDL Helper)

OK.ru Downloader (IDL Helper)

Download Odnoklassniki / Instagram videos and extract audio from video with just a few mouse clicks. Supported media formats are MP3, MP4, WEBM. Capture frames from online videos with a screenshot button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "short_name": "__MSG_Abbr__",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "0.7.64.20",
  "default_locale": "en",
  "icons": {
    "32": "icon32.png",
    "64": "icon64.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon64.png",
    "default_title": "__MSG_browserActionDefaultTitle__"
  },
  "web_accessible_resources": [
    "/inject-scripts/*"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content_script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{644db656-c8ba-4c90-9b60-6f44c23b6bec}"
    }
  }
}