Bitcoin
check the bitcoin price on every new tab
Apa itu Bitcoin?
Bitcoin adalah ekstensi Chrome yang dikembangkan oleh https://smth.club, dan fitur utamanya adalah "check the bitcoin price on every new tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bitcoin
Unduh file ekstensi Bitcoin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Get the live price of BTC in USD on every new tab you open.
Informasi Dasar Ekstensi
Nama | |
ID | hogkhhgfeinbfkgohegldamihnkehonp |
URL Resmi | https://chromewebstore.google.com/detail/bitcoin/hogkhhgfeinbfkgohegldamihnkehonp |
Deskripsi | check the bitcoin price on every new tab |
Ukuran File | 201 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-02-16 |
Tanggal Publikasi | 2021-02-15 |
Pengembang | https://smth.club |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://smth.club/bitcoin |
URL Halaman Bantuan | https://twitter.com/Gabriel07__ |
URL Halaman Kebijakan Privasi | https://gabriellobl.github.io/visualize-life |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin", "version": "1.0.0", "manifest_version": 2, "description": "check the bitcoin price on every new tab", "icons": { "16": "btc-16.png", "48": "btc-48.png", "128": "btc-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "btc-16.png", "48": "btc-48.png", "128": "btc-128.png" }, "default_title": "Bitcoin" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |