BTC machines Commerce
This extension enables Bitcoin shopping on any supported site.
Co to jest BTC machines Commerce?
BTC machines Commerce to rozszerzenie Chrome opracowane przez http://btcmachin.es, a jego główną funkcją jest „This extension enables Bitcoin shopping on any supported site.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BTC machines Commerce
Pobierz pliki rozszerzeń BTC machines Commerce w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension enables Bitcoin/Litecoin pricing and Bitcoin/Litecoin checkout in the regular popular web stores. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fmnmiioldpmimceboabgehgjaahkapnh |
| Oficjalny URL | https://chrome.google.com/webstore/detail/btc-machines-commerce/fmnmiioldpmimceboabgehgjaahkapnh |
| Opis | This extension enables Bitcoin shopping on any supported site. |
| Rozmiar pliku | 416 KB |
| Liczba instalacji | 164 |
| Aktualna Wersja | 0.1.6 |
| Ostatnia Aktualizacja | 2014-02-21 |
| Data Publikacji | 2014-02-21 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | http://btcmachin.es |
| Typ Płatności | free |
| Strona Rozszerzenia | http://commerce.btcmachin.es/app.html |
| Obsługiwane Języki | 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'"
} | |