Crypto New Tab 8-bit

New tab page in 8 bit for crypto enthusiasts

Crypto New Tab 8-bit क्या है?

Crypto New Tab 8-bit cryptonewtab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New tab page in 8 bit for crypto enthusiasts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crypto New Tab 8-bit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}