Coinjay
Pay with bitcoin on Amazon.
What is Coinjay?
Coinjay is a Chrome extension developed by https://coinjay.com, and its main feature is "Pay with bitcoin on Amazon.".
Extension Screenshots
Download Coinjay Extension CRX File
Download Coinjay 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
A Chrome extension that lets you seamlessly pay with Bitcoin on Amazon. Just shop as you normally would. A "Pay with Bitcoin" option appears on the final checkout page.
Extension Basic Information
Name | Coinjay |
ID | caofapkfjgdhaphoohhgnajilfgcccnf |
Official URL | https://chromewebstore.google.com/detail/coinjay/caofapkfjgdhaphoohhgnajilfgcccnf |
Description | Pay with bitcoin on Amazon. |
File Size | 46.54 KB |
Installation Count | 14 |
Current Version | 1.1.0.0 |
Last Updated | 2015-07-07 |
Publish Date | 2015-07-07 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://coinjay.com |
Payment Type | free |
Extension Website | http://www.coinjay.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coinjay", "short_name": "Coinjay", "description": "Pay with bitcoin on Amazon.", "homepage_url": "http:\/\/www.coinjay.com", "version": "1.1.0.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "src\/loop.js" ], "matches": [ "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*", "http:\/\/amazon.com\/*", "https:\/\/amazon.com\/*", "http:\/\/www.smile.amazon.com\/*", "https:\/\/www.smile.amazon.com\/*", "http:\/\/smile.amazon.com\/*", "https:\/\/smile.amazon.com\/*" ] } ], "icons": { "128": "icons\/128.png" } } |