Precios Dinasty

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

Wat is Precios Dinasty?

Precios Dinasty is een Chrome-extensie ontwikkeld door lea87crzz, en de belangrijkste functie is "Muestra los precios de dinasty en las páginas de steam".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Precios Dinasty

Download Precios Dinasty-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Precios Dinasty Precios Dinasty
ID lckcpankdlldpgamainkclhafalobhpl
Officiële URL https://chromewebstore.google.com/detail/precios-dinasty/lckcpankdlldpgamainkclhafalobhpl
Beschrijving Muestra los precios de dinasty en las páginas de steam
Bestandsgrootte 41.46 KB
Aantal Installaties 58
Huidige Versie 1.1
Laatst Bijgewerkt 2016-10-12
Publicatiedatum 2016-10-12
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar lea87crzz
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}