USD for onliner.by

USD prices for onliner.by

Cos'è USD for onliner.by?

USD for onliner.by è un'estensione di Chrome sviluppata da http://onliner.illusdolphin.net, e la sua funzione principale è "USD prices for onliner.by".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione USD for onliner.by

Scarica i file di estensione USD for onliner.by in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Prices in USD for http://onliner.by                    

Informazioni di Base sull'Estensione

Nome USD for onliner.by USD for onliner.by
ID dpkjiiihlogekhgogliogaeohahhceok
URL Ufficiale https://chrome.google.com/webstore/detail/usd-for-onlinerby/dpkjiiihlogekhgogliogaeohahhceok
Descrizione USD prices for onliner.by
Dimensione del File 53.19 KB
Conteggio Installazioni 16
Versione Corrente 1.1.0
Ultimo Aggiornamento 2015-02-05
Data di Pubblicazione 2015-02-05
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore http://onliner.illusdolphin.net
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "USD for onliner.by",
    "description": "USD prices for onliner.by",
    "version": "1.1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.onliner.by\/*",
                "http:\/\/*.onliner.by\/*"
            ],
            "css": [
                "data\/site.css",
                "data\/tooltipster.css"
            ],
            "js": [
                "data\/jquery-1.11.2.min.js",
                "data\/jquery.tooltipster.min.js",
                "data\/site.js"
            ],
            "run_at": "document_start"
        }
    ]
}