Fork Pay
Pay for bitcoin transactions with your favourite fork.
What is Fork Pay?
Fork Pay is a Chrome extension developed by http://forkpay.net, and its main feature is "Pay for bitcoin transactions with your favourite fork.".
Extension Screenshots
Download Fork Pay Extension CRX File
Download Fork Pay 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
Pay your Bitcoin bills with your favourite crypto currency!
Extension Basic Information
Name | |
ID | aghknfeghpcdcnalgcjadfcelpgnagjg |
Official URL | https://chrome.google.com/webstore/detail/fork-pay/aghknfeghpcdcnalgcjadfcelpgnagjg |
Description | Pay for bitcoin transactions with your favourite fork. |
File Size | 68.41 KB |
Installation Count | 18 |
Current Version | 0.5.4 |
Last Updated | 2015-12-04 |
Publish Date | 2015-12-04 |
Rating | 3.00/5 Total 1 Ratings |
Developer | http://forkpay.net |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fork Pay", "version": "0.5.4", "manifest_version": 2, "description": "Pay for bitcoin transactions with your favourite fork.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "permissions": [ "tabs", "contextMenus", "storage", "https:\/\/coinomat.com\/" ], "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "css": [ "bubble.css", "popup.css" ], "js": [ "jquery.min.js", "jquery.qrcode.min.js", "def_list.js", "content.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "bubble.html", "bubble.css", "popup.html", "popup.css", "images\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |