Fork Pay
Pay for bitcoin transactions with your favourite fork.
Was ist Fork Pay?
Fork Pay ist eine Chrome-Erweiterung, die von http://forkpay.net entwickelt wurde, und ihr Hauptmerkmal ist "Pay for bitcoin transactions with your favourite fork.".
Erweiterungsscreenshots
Fork Pay-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fork Pay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Pay your Bitcoin bills with your favourite crypto currency! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aghknfeghpcdcnalgcjadfcelpgnagjg |
| Offizielle URL | https://chrome.google.com/webstore/detail/fork-pay/aghknfeghpcdcnalgcjadfcelpgnagjg |
| Beschreibung | Pay for bitcoin transactions with your favourite fork. |
| Dateigröße | 68.41 KB |
| Installationsanzahl | 18 |
| Aktuelle Version | 0.5.4 |
| Letztes Update | 2015-12-04 |
| Veröffentlichungsdatum | 2015-12-04 |
| Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
| Entwickler | http://forkpay.net |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |