Better download all attachments for Gmail™

Better download all attachments for Gmail™

This extension permits you to download all files attached, in a mail, separately on Gmail™

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Better download all attachments for Gmail™",
  "short_name": "Better download all",
  "description": "__MSG_description__",
  "version": "1.1.0",
  "default_locale": "en",
  "icons": {
    "16": "img/logo_16.png",
    "48": "img/logo_48.png",
    "128": "img/logo_128.png"
  },
  "permissions": [
    "https://mail.google.com/",
    "https://inbox.google.com/",
    "https://mail-attachment.googleusercontent.com/",
    "https://www.google-analytics.com/",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "google-analytics-bundle.js",
        "inboxsdk.js",
        "util.js",
        "app.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/save.png",
    "img/save_toolbar.png"
  ]
}