Cointelegraph — Bitcoin & Ethereum News

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

Vad är Cointelegraph — Bitcoin & Ethereum News?

Cointelegraph — Bitcoin & Ethereum News är en Chrome-tillägg utvecklad av https://cointelegraph.com, och dess huvudfunktion är "Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Cointelegraph — Bitcoin & Ethereum News-förlängningens CRX-fil

Ladda ner Cointelegraph — Bitcoin & Ethereum News-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Cointelegraph — Bitcoin & Ethereum News Cointelegraph — Bitcoin & Ethereum News
ID fhaehblnmlecgnedafkabonmkbogpkng
Officiell webbadress https://chromewebstore.google.com/detail/cointelegraph-%E2%80%94-bitcoin-e/fhaehblnmlecgnedafkabonmkbogpkng
Beskrivning Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.
Filstorlek 156 KB
Antal Installationer 174
Aktuell Version 1.1.0
Senast Uppdaterad 2019-01-24
Publiceringsdatum 2019-01-24
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://cointelegraph.com
Betalningssätt free
Tilläggswebbplats https://cointelegraph.com/
Hjälpsida URL https://cointelegraph.com/about
URL till Sekretesspolicy Sidan https://cointelegraph.com/terms-and-privacy
Stödda Språk 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"
    ]
}