Crypto Currency Price Ticker

Crypto Currency Price Ticker

Crypto Currency Price Ticker क्या है?

Crypto Currency Price Ticker wangsai.silence द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crypto Currency Price Ticker"।

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

screenshot

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

crx प्रारूप में Crypto Currency Price Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ccpt is a browser extension that displays the current price of various kinds of crypto currencies. It's nice, elegant, clean and simple.                    

एक्सटेंशन की मूल जानकारी

नाम Crypto Currency Price Ticker Crypto Currency Price Ticker
ID mijakhgijdnecolfkgnhfdfcbpakggic
आधिकारिक URL https://chromewebstore.google.com/detail/crypto-currency-price-tic/mijakhgijdnecolfkgnhfdfcbpakggic
विवरण Crypto Currency Price Ticker
फ़ाइल का आकार 121 KB
स्थापना संख्या 31
वर्तमान संस्करण 1.3.9
अंतिम अपडेट 2021-08-27
प्रकाशन तिथि 2020-07-27
डेवलपर wangsai.silence
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Currency Price Ticker",
    "short_name": "CCPT",
    "version": "1.3.9",
    "description": "Crypto Currency Price Ticker",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_128.png",
        "default_title": "Crypto Currency Price Ticker",
        "browser_style": true,
        "default_popup": "src\/popup\/choose_symbol.html"
    },
    "background": {
        "scripts": [
            "src\/libs\/bignumber.min.js",
            "src\/exchanges\/proxy.js",
            "src\/storage.js",
            "src\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "http:\/\/addons.wangsai.site"
    ],
    "default_locale": "en_US",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}