BTC machines Commerce
This extension enables Bitcoin shopping on any supported site.
What is BTC machines Commerce?
BTC machines Commerce is a Chrome extension developed by http://btcmachin.es, and its main feature is "This extension enables Bitcoin shopping on any supported site.".
Extension Screenshots
Download BTC machines Commerce Extension CRX File
Download BTC machines Commerce 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
This extension enables Bitcoin/Litecoin pricing and Bitcoin/Litecoin checkout in the regular popular web stores.
Extension Basic Information
Name | |
ID | fmnmiioldpmimceboabgehgjaahkapnh |
Official URL | https://chrome.google.com/webstore/detail/btc-machines-commerce/fmnmiioldpmimceboabgehgjaahkapnh |
Description | This extension enables Bitcoin shopping on any supported site. |
File Size | 416 KB |
Installation Count | 164 |
Current Version | 0.1.6 |
Last Updated | 2014-02-21 |
Publish Date | 2014-02-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://btcmachin.es |
Payment Type | free |
Extension Website | http://commerce.btcmachin.es/app.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC machines Commerce", "description": "This extension enables Bitcoin shopping on any supported site.", "version": "0.1.6", "page_action": { "default_icon": "btcmc_logo2_on.png", "default_title": "BTC machines Commerce", "default_popup": "popup.html" }, "permissions": [ "tabs", "cookies", "storage", "http:\/\/commerce.btcmachin.es\/*", "https:\/\/bitpay.com\/api\/rates", "http:\/\/www.verkkokauppa.com\/*", "https:\/\/www.verkkokauppa.com\/*" ], "web_accessible_resources": [ "error.html" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "global.js", "verkkokauppa.js", "amazon.js", "contentscript.js" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'" } |