Toolbox for Google Play Store™

Toolbox for Google Play Store™

Enhances the Google Play Store™ with various features.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Toolbox for Google Play Storeâ„¢",
  "version": "2.9",
  "author": "APKMirror",
  "description": "Enhances the Google Play Storeâ„¢ with various features.",
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "*://play.google.com/*",
    "*://www.apkmirror.com/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://play.google.com/*"
      ],
      "js": [
        "js/popper.min.js",
        "js/tippy-bundle.min.js",
        "js/regions.js",
        "js/toolbox.js"
      ],
      "css": [
        "css/styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "web_accessible_resources": [
    "settings.html"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}