Credits (CS) Informer

This simple extension allows you to track price changes of Credits

Was ist Credits (CS) Informer?

Credits (CS) Informer ist eine Chrome-Erweiterung, die von Alexander Kupriyanov entwickelt wurde, und ihr Hauptmerkmal ist "This simple extension allows you to track price changes of Credits".

Erweiterungsscreenshots

screenshot

Credits (CS) Informer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Credits (CS) Informer-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

                        We are very excited to share with you our CREDITS crypto informer Google Chrome Extension! This simple extension allows you to track price changes of CREDITS.                    

Grundlegende Informationen zur Erweiterung

Name Credits (CS) Informer Credits (CS) Informer
ID hkdmpghniejojlaapfabpmikngcamadm
Offizielle URL https://chrome.google.com/webstore/detail/credits-cs-informer/hkdmpghniejojlaapfabpmikngcamadm
Beschreibung This simple extension allows you to track price changes of Credits
Dateigröße 112 KB
Installationsanzahl 93
Aktuelle Version 2.4
Letztes Update 2018-08-13
Veröffentlichungsdatum 2018-08-13
Bewertung 5.00/5 Insgesamt 15 Bewertungen
Entwickler Alexander Kupriyanov
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://credits.com/
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "This simple extension allows you to track price changes of Credits",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "img\/logo128.png",
        "64": "img\/logo.png"
    },
    "browser_action": {
        "default_popup": "src\/popup.html"
    },
    "options_page": "src\/options.html",
    "version": "2.4",
    "short_name": "credits-informer",
    "permissions": [
        "https:\/\/api.coinmarketcap.com\/*",
        "tabs",
        ""
    ],
    "author": "Alexander Kupriyanov"
}