TOKEN LIVE: New Tab for Cryptocurrency

New tab for cryptocurrency news, prices & exchanges announcements.

What is TOKEN LIVE: New Tab for Cryptocurrency?

TOKEN LIVE: New Tab for Cryptocurrency is a Chrome extension developed by leolin, and its main feature is "New tab for cryptocurrency news, prices & exchanges announcements.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TOKEN LIVE: New Tab for Cryptocurrency Extension CRX File

Download TOKEN LIVE: New Tab for Cryptocurrency extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        TOKEN LIVE: New tab for cryptocurrency news, prices & exchanges announcements.

There are four modules:

1. Quick Search: Search what you want!
2. Announcements: The most important thing is here!
3. News: Important news not to miss!
4. Markets: Seize every opportunity to make a profit!

If you have any question, just contact the developer.                    

Extension Basic Information

Name TOKEN LIVE: New Tab for Cryptocurrency TOKEN LIVE: New Tab for Cryptocurrency
ID alebbmfpajpcdlfhhaahlmeeomfnpkai
Official URL https://chromewebstore.google.com/detail/token-live-new-tab-for-cr/alebbmfpajpcdlfhhaahlmeeomfnpkai
Description New tab for cryptocurrency news, prices & exchanges announcements.
File Size 974 KB
Installation Count 92
Current Version 0.3.9
Last Updated 2021-03-16
Publish Date 2019-11-11
Rating 5.00/5 Total 2 Ratings
Developer leolin
Email [email protected]
Payment Type free
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "TOKEN LIVE",
    "version": "0.3.9",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icon\/16x16.png",
        "48": "icon\/48x48.png",
        "128": "icon\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon\/16x16.png",
            "48": "icon\/48x48.png",
            "128": "icon\/128x128.png"
        },
        "default_title": "__MSG_defaultTitle__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": false,
    "homepage_url": "https:\/\/www.tokenlive.com\/",
    "permissions": [
        "storage"
    ]
}