WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Play Console Pricing Adjuster

Play Console Pricing Adjuster

View on Chrome Web Store
View Play Console Pricing Adjuster Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatically adjust global Google Play prices using Purchasing Power Parity.
Type
Extension
Users
2 users
1
JVN Consultancy
View author page of JVN Consultancy
Published
Published on February 23, 2026
Version 1.1.0
Manifest version
3
Updated
Updated on February 25, 2026
productivity/developer
Extension Category
View on Chrome Web Store
View Play Console Pricing Adjuster Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Play Console Pricing Adjuster",
    "description": "Automatically adjust global Google Play prices using Purchasing Power Parity.",
    "version": "1.1.0",
    "minimum_chrome_version": "114",
    "action": {
        "default_title": "Play Console Pricing Adjuster"
    },
    "icons": {
        "16": "icons\/logo-16.png",
        "32": "icons\/logo-32.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "permissions": [
        "sidePanel",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/play.google.com\/console\/*",
        "https:\/\/play-console-pricing-adjuster.vercel.app\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "ui\/review.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/console\/*",
                "http:\/\/localhost:3000\/*",
                "https:\/\/play-console-pricing-adjuster.vercel.app\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/countries.js",
                "data\/billingCurrency.js",
                "automation\/*.js",
                "automation\/utils\/*.js",
                "utils\/getPlayConsoleFrame.js",
                "utils\/detectPricingContext.js",
                "ui\/review.html",
                "ui\/review.css",
                "ui\/review.js",
                "ui\/uiCopy.js"
            ],
            "matches": [
                "https:\/\/play.google.com\/*"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top