Cointelegraph — Bitcoin & Ethereum News

Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.

Was ist Cointelegraph — Bitcoin & Ethereum News?

Cointelegraph — Bitcoin & Ethereum News ist eine Chrome-Erweiterung, die von https://cointelegraph.com entwickelt wurde, und ihr Hauptmerkmal ist "Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Cointelegraph — Bitcoin & Ethereum News-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cointelegraph — Bitcoin & Ethereum News-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

                        The Cointelegraph Extension provides you with a convenient way to stay updated about the hottest news and events in the blockchain world.

Enhance your user experience by customizing the Extension in the Settings section:
- switch between light and dark themes
- adjust the content type you’d like to see
- follow the cryptocurrency rates you hodl
- take part in blockchain-related quizzes and learn interesting facts about the industry                    

Grundlegende Informationen zur Erweiterung

Name Cointelegraph — Bitcoin & Ethereum News Cointelegraph — Bitcoin & Ethereum News
ID fhaehblnmlecgnedafkabonmkbogpkng
Offizielle URL https://chromewebstore.google.com/detail/cointelegraph-%E2%80%94-bitcoin-e/fhaehblnmlecgnedafkabonmkbogpkng
Beschreibung Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.
Dateigröße 156 KB
Installationsanzahl 174
Aktuelle Version 1.1.0
Letztes Update 2019-01-24
Veröffentlichungsdatum 2019-01-24
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://cointelegraph.com
Zahlungsart free
Erweiterungswebsite https://cointelegraph.com/
Hilfeseite URL https://cointelegraph.com/about
URL der Datenschutzrichtlinien-Seite https://cointelegraph.com/terms-and-privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cointelegraph \u2014 Bitcoin & Ethereum News",
    "version": "1.1.0",
    "description": "Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.",
    "author": "Cointelegraph",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*.cointelegraph.com\/*",
        "background",
        "storage",
        "alarms"
    ],
    "browser_action": {
        "default_title": "Cointelegraph News",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js",
        "js\/analytics.js"
    ]
}