Fork Pay
Pay for bitcoin transactions with your favourite fork.
ما هو Fork Pay؟
Fork Pay هو إضافة Chrome تم تطويرها بواسطة http://forkpay.net، والميزة الرئيسية لها هي "Pay for bitcoin transactions with your favourite fork.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fork Pay
قم بتنزيل ملفات الامتداد Fork Pay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pay your Bitcoin bills with your favourite crypto currency!
معلومات أساسية عن التمديد
الاسم | |
ID | aghknfeghpcdcnalgcjadfcelpgnagjg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/fork-pay/aghknfeghpcdcnalgcjadfcelpgnagjg |
الوصف | Pay for bitcoin transactions with your favourite fork. |
حجم الملف | 68.41 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 0.5.4 |
آخر تحديث | 2015-12-04 |
تاريخ النشر | 2015-12-04 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | http://forkpay.net |
نوع الدفع | free |
اللغات المدعومة | 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'" } |