Precios Dinasty

Muestra los precios de dinasty en las páginas de steam

What is Precios Dinasty?

Precios Dinasty is a Chrome extension developed by lea87crzz, and its main feature is "Muestra los precios de dinasty en las páginas de steam".

Extension Screenshots

screenshot

Download Precios Dinasty Extension CRX File

Download Precios Dinasty 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

                        Muestra los precios de dinasty en las páginas de steam                    

Extension Basic Information

Name Precios Dinasty Precios Dinasty
ID lckcpankdlldpgamainkclhafalobhpl
Official URL https://chromewebstore.google.com/detail/precios-dinasty/lckcpankdlldpgamainkclhafalobhpl
Description Muestra los precios de dinasty en las páginas de steam
File Size 41.46 KB
Installation Count 58
Current Version 1.1
Last Updated 2016-10-12
Publish Date 2016-10-12
Rating 5.00/5 Total 7 Ratings
Developer lea87crzz
Payment Type free
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Precios Dinasty",
    "description": "Muestra los precios de dinasty en las p\u00e1ginas de steam",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/store.steampowered.com\/app\/*",
                "http:\/\/steamcommunity.com\/id\/*\/wishlist"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "dinprice.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/store.dinasty.com.ar\/game\/"
    ]
}