APKDownloader

APKDownloader

This extension allows you to download APK directly from the play store.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0.4",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "downloads",
    "*://play.google.com/*",
    "*://apk.support/*"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "page_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/action16.png",
      "24": "icons/action24.png",
      "32": "icons/action32.png"
    },
    "default_title": "__MSG_pageActionTitle__"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d84dde88-07bd-4728-a836-3d76926a998f}"
    }
  }
}