USD for onliner.by
USD prices for onliner.by
Qu'est-ce que USD for onliner.by ?
USD for onliner.by est une extension Chrome développée par http://onliner.illusdolphin.net, et sa fonction principale est "USD prices for onliner.by".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension USD for onliner.by
Téléchargez les fichiers d'extension USD for onliner.by au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Prices in USD for http://onliner.by
Informations de Base sur l'Extension
Nom | |
ID | dpkjiiihlogekhgogliogaeohahhceok |
URL Officiel | https://chrome.google.com/webstore/detail/usd-for-onlinerby/dpkjiiihlogekhgogliogaeohahhceok |
Description | USD prices for onliner.by |
Taille du Fichier | 53.19 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2015-02-05 |
Date de Publication | 2015-02-05 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | http://onliner.illusdolphin.net |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |