Download by extension

Download by extension

You can download files to the theme folder: music in the music folder, movies in the movie folder, etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Download by extension",
  "description": "You can download files to the theme folder: music in the music folder, movies in the movie folder, etc.",
  "version": "0.7.1",
  "background": {
    "persistent": false,
    "scripts": [
      "js/extension.min.js"
    ]
  },
  "options_page": "options.html",
  "default_locale": "ru",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "downloads"
  ]
}