Crypto New Tab 8-bit

New tab page in 8 bit for crypto enthusiasts

ما هو Crypto New Tab 8-bit؟

Crypto New Tab 8-bit هو إضافة Chrome تم تطويرها بواسطة cryptonewtab، والميزة الرئيسية لها هي "New tab page in 8 bit for crypto enthusiasts".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Crypto New Tab 8-bit

قم بتنزيل ملفات الامتداد Crypto New Tab 8-bit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        1. Track your favorite crypto coins with live pricing data.

2. Feeling lucky? Drop a coin in the crypto fountain.

3. Select Day or night mode (click the rainbow to toggle modes).

Enjoy! More features to come. Email us if you have feedback: [email protected]

Disclaimer:
We don't access or store any personal data.

We don't own the memes we show. These comes from @notfinancialadvice__ on instragram.

Cryptocurrency pricing comes from coingecko.com                    

معلومات أساسية عن التمديد

الاسم Crypto New Tab 8-bit Crypto New Tab 8-bit
ID kgcdejafchphklflmceebojaakndnijl
عنوان URL الرسمي https://chromewebstore.google.com/detail/crypto-new-tab-8-bit/kgcdejafchphklflmceebojaakndnijl
الوصف New tab page in 8 bit for crypto enthusiasts
حجم الملف 222 KB
عدد التثبيتات 49
النسخة الحالية 0.0.0.1
آخر تحديث 2022-10-11
تاريخ النشر 2022-07-05
تقييم 5.00/5 مجموع تقييمات 4
المطور cryptonewtab
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto New Tab 8-bit",
    "description": "New tab page in 8 bit for crypto enthusiasts",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "dist\/assets\/favicon-bw-16.png",
            "32": "dist\/assets\/favicon-bw-32.png",
            "128": "dist\/assets\/favicon-bw.png"
        }
    },
    "icons": {
        "16": "dist\/assets\/favicon-bw-16.png",
        "32": "dist\/assets\/favicon-bw-32.png",
        "128": "dist\/assets\/favicon-bw.png"
    },
    "permissions": [
        "storage",
        "https:\/\/api.coingecko.com\/api\/v3\/*",
        "https:\/\/d3rxdr6fcw9knr.cloudfront.net\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "dist\/index.html"
    }
}