APK Downloader by Play Store

Download the Play Store and free app and game APK files easily on your browser.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "APK Downloader by Play Store",
  "description": "Download the Play Store and free app and game APK files easily on your browser.",
  "version": "0.1.1",
  "chrome_url_overrides": {
    "newtab": "newpage.html"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}