EXT-dl

EXT-dl

Press the extension icon while on the webstore page. Does not work for FF addons

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "EXT-dl",
  "description": "Press the extension icon while on the webstore page",
  "version": "0.7resigned1",
  "icons": {
    "256": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "https://clients2.google.com/*",
    "https://*/*",
    "downloads",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fe287505-6c93-44cc-8bc4-d64ab20fa817}"
    }
  }
}