BTC machines Commerce
This extension enables Bitcoin shopping on any supported site.
什麼是BTC machines Commerce?
BTC machines Commerce是由http://btcmachin.es開發的Chrome擴展程式,該擴展的主要功能是“This extension enables Bitcoin shopping on any supported site.”。
擴展截圖
下載BTC machines Commerce擴展crx文件
下載BTC machines Commerce擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension enables Bitcoin/Litecoin pricing and Bitcoin/Litecoin checkout in the regular popular web stores. 擴展基本資訊
| 名稱 | |
| ID | fmnmiioldpmimceboabgehgjaahkapnh |
| 官方網址 | https://chrome.google.com/webstore/detail/btc-machines-commerce/fmnmiioldpmimceboabgehgjaahkapnh |
| 簡介 | This extension enables Bitcoin shopping on any supported site. |
| 檔案大小 | 416 KB |
| 安裝次數 | 164 |
| 目前版本 | 0.1.6 |
| 更新時間 | 2014-02-21 |
| 上架時間 | 2014-02-21 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | http://btcmachin.es |
| 付費類型 | free |
| 擴展官網 | http://commerce.btcmachin.es/app.html |
| 支援的語言 | 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'"
} | |