Bitcoin
check the bitcoin price on every new tab
ما هو Bitcoin؟
Bitcoin هو إضافة Chrome تم تطويرها بواسطة https://smth.club، والميزة الرئيسية لها هي "check the bitcoin price on every new tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bitcoin
قم بتنزيل ملفات الامتداد Bitcoin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get the live price of BTC in USD on every new tab you open.
معلومات أساسية عن التمديد
الاسم | |
ID | hogkhhgfeinbfkgohegldamihnkehonp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bitcoin/hogkhhgfeinbfkgohegldamihnkehonp |
الوصف | check the bitcoin price on every new tab |
حجم الملف | 201 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-02-16 |
تاريخ النشر | 2021-02-15 |
المطور | https://smth.club |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://smth.club/bitcoin |
عنوان صفحة المساعدة | https://twitter.com/Gabriel07__ |
عنوان صفحة سياسة الخصوصية | https://gabriellobl.github.io/visualize-life |
اللغات المدعومة | 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'" } |