CryptoRates

Live Cryptocurrency rates for your browser

Was ist CryptoRates?

CryptoRates ist eine Chrome-Erweiterung, die von Crypto Rates entwickelt wurde, und ihr Hauptmerkmal ist "Live Cryptocurrency rates for your browser".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CryptoRates-Erweiterungs-CRX-Datei herunterladen

Laden Sie CryptoRates-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

                        Live Cryptocurrency rates that are refreshed every few seconds to get the latest exchange rates. 

This extension was built to easily allow you to view cryptocurrency prices every time a new tab page is opened.

Keep up-to-date with the latest exchange rates for your cryptocurrency investments!

Contact Us: https://www.crypto-rates.net/contact-us.html
About Us: https://www.crypto-rates.net/about-us.html
Terms of Use: https://www.crypto-rates.net/terms.html
Privacy Policy: https://www.crypto-rates.net/privacy-policy.html                    

Grundlegende Informationen zur Erweiterung

Name CryptoRates CryptoRates
ID kknbnipbgkcijjfijmkkbeoajnemlhfo
Offizielle URL https://chromewebstore.google.com/detail/cryptorates/kknbnipbgkcijjfijmkkbeoajnemlhfo
Beschreibung Live Cryptocurrency rates for your browser
Dateigröße 884 KB
Installationsanzahl 20
Aktuelle Version 1.0.1
Letztes Update 2021-12-07
Veröffentlichungsdatum 2021-07-19
Bewertung 5.00/5 Insgesamt 27 Bewertungen
Entwickler Crypto Rates
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.crypto-rates.net/privacy-policy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CryptoRates ",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Live Cryptocurrency rates for your browser",
    "permissions": [],
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_64.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "myScript.js"
            ]
        }
    ]
}