Crypto Price Checker
Check crypto prices!
Was ist Crypto Price Checker?
Crypto Price Checker ist eine Chrome-Erweiterung, die von https://lewiszou.com entwickelt wurde, und ihr Hauptmerkmal ist "Check crypto prices!".
Erweiterungsscreenshots
Crypto Price Checker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crypto Price Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        This chrome extension places real-time information from the cryptocurrency market into your Chrome taskbar for you to access at a second’s notice! The Crypto Price Checker has access to a plentitude of currency data, including the top coins on the market, analytical data on specific coins, a conversion calculator between currencies, and news updates. In addition to the market data essential to the high-flying trader, our FAQ pages, catered to those new to the crypto-world, will explain just how these currencies work.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | lgodfpmfocbdblieklacjfokganlnigm | 
| Offizielle URL | https://chromewebstore.google.com/detail/crypto-price-checker/lgodfpmfocbdblieklacjfokganlnigm | 
| Beschreibung | Check crypto prices! | 
| Dateigröße | 172 KB | 
| Installationsanzahl | 13 | 
| Aktuelle Version | 2.0.0 | 
| Letztes Update | 2018-12-06 | 
| Veröffentlichungsdatum | 2018-12-05 | 
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen | 
| Entwickler | https://lewiszou.com | 
| Zahlungsart | free | 
| Unterstützte Sprachen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Price Checker",
    "description": "Check crypto prices!",
    "version": "2.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "https:\/\/www.coingecko.com\/en\/widgets\/",
        "https:\/\/www.cryptonator.com\/ui\/js\/widget\/"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.cryptonator.com\/ui\/js\/widget\/calc_widget.js https:\/\/widgets.coingecko.com\/coingecko-coin-price-marquee-widget.js https:\/\/widgets.coingecko.com\/coingecko-beam-widget.js; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.coingecko.com\/en\/widgets\/",
                "https:\/\/www.cryptonator.com\/ui\/js\/widget\/"
            ],
            "js": [
                "jquery-3.3.1.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}  |  |