Cointelegraph — Bitcoin & Ethereum News

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

Apa itu Cointelegraph — Bitcoin & Ethereum News?

Cointelegraph — Bitcoin & Ethereum News adalah ekstensi Chrome yang dikembangkan oleh https://cointelegraph.com, dan fitur utamanya adalah "Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Cointelegraph — Bitcoin & Ethereum News

Unduh file ekstensi Cointelegraph — Bitcoin & Ethereum News dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Cointelegraph — Bitcoin & Ethereum News Cointelegraph — Bitcoin & Ethereum News
ID fhaehblnmlecgnedafkabonmkbogpkng
URL Resmi https://chromewebstore.google.com/detail/cointelegraph-%E2%80%94-bitcoin-e/fhaehblnmlecgnedafkabonmkbogpkng
Deskripsi Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.
Ukuran File 156 KB
Jumlah Instalasi 174
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2019-01-24
Tanggal Publikasi 2019-01-24
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://cointelegraph.com
Tipe Pembayaran free
Situs Ekstensi https://cointelegraph.com/
URL Halaman Bantuan https://cointelegraph.com/about
URL Halaman Kebijakan Privasi https://cointelegraph.com/terms-and-privacy
Bahasa yang Didukung 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"
    ]
}