Cointelegraph — Bitcoin & Ethereum News

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

O que é Cointelegraph — Bitcoin & Ethereum News?

Cointelegraph — Bitcoin & Ethereum News é uma extensão do Chrome desenvolvida por https://cointelegraph.com, e sua principal característica é "Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cointelegraph — Bitcoin & Ethereum News

Baixe arquivos de extensão Cointelegraph — Bitcoin & Ethereum News no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Cointelegraph — Bitcoin & Ethereum News Cointelegraph — Bitcoin & Ethereum News
ID fhaehblnmlecgnedafkabonmkbogpkng
URL Oficial https://chromewebstore.google.com/detail/cointelegraph-%E2%80%94-bitcoin-e/fhaehblnmlecgnedafkabonmkbogpkng
Descrição Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.
Tamanho do Arquivo 156 KB
Contagem de Instalações 174
Versão Atual 1.1.0
Última Atualização 2019-01-24
Data de Publicação 2019-01-24
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://cointelegraph.com
Tipo de Pagamento free
Site da Extensão https://cointelegraph.com/
URL da Página de Ajuda https://cointelegraph.com/about
URL da Página de Política de Privacidade https://cointelegraph.com/terms-and-privacy
Idiomas Suportados 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"
    ]
}