CryptoRates

Live Cryptocurrency rates for your browser

Qu'est-ce que CryptoRates ?

CryptoRates est une extension Chrome développée par Crypto Rates, et sa fonction principale est "Live Cryptocurrency rates for your browser".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CryptoRates

Téléchargez les fichiers d'extension CryptoRates au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CryptoRates CryptoRates
ID kknbnipbgkcijjfijmkkbeoajnemlhfo
URL Officiel https://chromewebstore.google.com/detail/cryptorates/kknbnipbgkcijjfijmkkbeoajnemlhfo
Description Live Cryptocurrency rates for your browser
Taille du Fichier 884 KB
Nombre d'Installations 20
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-12-07
Date de Publication 2021-07-19
Évaluation 5.00/5 Total 27 Évaluations
Développeur Crypto Rates
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.crypto-rates.net/privacy-policy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}