Price Master

Price Master

What is Price Master?

Price Master is a Chrome extension developed by https://www.pricemaster.co, and its main feature is "Price Master".

Extension Screenshots

screenshot

Download Price Master Extension CRX File

Download Price Master extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Price Master helps you get live price comparison with the products you are viewing online. We cover hundreds of millions of products from dozens of online merchants. simply go to your favorite online store, search for your desired product and Price Master will locate a better deal for you. occasionally you will be offered similar, related products to help make you shopping decision better. Price Master also offers coupons for top merchants that will be displayed upon arriving at merchant's homepages, saving you money on your future purchase.                    

Extension Basic Information

Name Price Master Price Master
ID mnbbpogddcjkeokinbalnoholjclnakj
Official URL https://chromewebstore.google.com/detail/price-master/mnbbpogddcjkeokinbalnoholjclnakj
Description Price Master
File Size 40.41 KB
Installation Count 45
Current Version 1.0.2
Last Updated 2015-09-25
Publish Date 2015-09-24
Developer https://www.pricemaster.co
Payment Type free
Extension Website http://www.pricemaster.co/index.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price Master",
    "short_name": "Price Master",
    "version": "1.0.2",
    "description": "Price Master",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/button.png",
        "48": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "main.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/pricemaster.co.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "extension.js"
    ]
}