USD for onliner.by
USD prices for onliner.by
What is USD for onliner.by?
USD for onliner.by is a Chrome extension developed by http://onliner.illusdolphin.net, and its main feature is "USD prices for onliner.by".
Extension Screenshots
Download USD for onliner.by Extension CRX File
Download USD for onliner.by 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
Prices in USD for http://onliner.by
Extension Basic Information
Name | |
ID | dpkjiiihlogekhgogliogaeohahhceok |
Official URL | https://chrome.google.com/webstore/detail/usd-for-onlinerby/dpkjiiihlogekhgogliogaeohahhceok |
Description | USD prices for onliner.by |
File Size | 53.19 KB |
Installation Count | 16 |
Current Version | 1.1.0 |
Last Updated | 2015-02-05 |
Publish Date | 2015-02-05 |
Rating | 3.67/5 Total 3 Ratings |
Developer | http://onliner.illusdolphin.net |
Payment Type | free |
Supported Languages | 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" } ] } |