USD for onliner.by
USD prices for onliner.by
Wat is USD for onliner.by?
USD for onliner.by is een Chrome-extensie ontwikkeld door http://onliner.illusdolphin.net, en de belangrijkste functie is "USD prices for onliner.by".
Extensie Screenshots
Download het CRX-bestand van de extensie USD for onliner.by
Download USD for onliner.by-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
Prices in USD for http://onliner.by
Basisinformatie over de Extensie
Naam | |
ID | dpkjiiihlogekhgogliogaeohahhceok |
Officiële URL | https://chrome.google.com/webstore/detail/usd-for-onlinerby/dpkjiiihlogekhgogliogaeohahhceok |
Beschrijving | USD prices for onliner.by |
Bestandsgrootte | 53.19 KB |
Aantal Installaties | 16 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2015-02-05 |
Publicatiedatum | 2015-02-05 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | http://onliner.illusdolphin.net |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |