CryptoSonic

Make your cryptocurrency sing on Coinbase.com! Only works here: https://www.coinbase.com/charts

Qu'est-ce que CryptoSonic ?

CryptoSonic est une extension Chrome développée par Unknown, et sa fonction principale est "Make your cryptocurrency sing on Coinbase.com! Only works here: https://www.coinbase.com/charts".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension CryptoSonic 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

                        Make your cryptocurrency sing on Coinbase.com! 
Only works here: https://www.coinbase.com/charts                    

Informations de Base sur l'Extension

Nom CryptoSonic CryptoSonic
ID iiikanmnkgnffgooldnibpeeclcmnfoc
URL Officiel https://chromewebstore.google.com/detail/cryptosonic/iiikanmnkgnffgooldnibpeeclcmnfoc
Description Make your cryptocurrency sing on Coinbase.com! Only works here: https://www.coinbase.com/charts
Taille du Fichier 98.75 KB
Nombre d'Installations 11
Version Actuelle 0.1
Dernière Mise à Jour 2017-12-12
Date de Publication 2017-12-11
Évaluation 4.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoSonic",
    "version": "0.1",
    "icons": {
        "19": "icon.png",
        "38": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.coinbase.com\/charts"
            ],
            "js": [
                "klang.js",
                "content.js"
            ]
        }
    ]
}