共识魔方盯盘助手

共识魔方盯盘助手:币圈投资必备的链上数据提醒插件,不论是在币安等交易盯盘交易,还是在非小号查询信息,都能对各大币种链上token的流转情况做到实时提醒;跟共识魔方做智能投资,不当韭菜更赚钱

What is 共识魔方盯盘助手?

共识魔方盯盘助手 is a Chrome extension developed by http://www.consencube.com, and its main feature is "共识魔方盯盘助手:币圈投资必备的链上数据提醒插件,不论是在币安等交易盯盘交易,还是在非小号查询信息,都能对各大币种链上token的流转情况做到实时提醒;跟共识魔方做智能投资,不当韭菜更赚钱".

Extension Screenshots

screenshot
screenshot

Download 共识魔方盯盘助手 Extension CRX File

Download 共识魔方盯盘助手 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

                                            

Extension Basic Information

Name 共识魔方盯盘助手 共识魔方盯盘助手
ID phjaabdchlhlmlmhblgmehoncpocbjda
Official URL https://chrome.google.com/webstore/detail/%E5%85%B1%E8%AF%86%E9%AD%94%E6%96%B9%E7%9B%AF%E7%9B%98%E5%8A%A9%E6%89%8B/phjaabdchlhlmlmhblgmehoncpocbjda
Description 共识魔方盯盘助手:币圈投资必备的链上数据提醒插件,不论是在币安等交易盯盘交易,还是在非小号查询信息,都能对各大币种链上token的流转情况做到实时提醒;跟共识魔方做智能投资,不当韭菜更赚钱
File Size 352 KB
Installation Count 31
Current Version 1.0.2
Last Updated 2018-11-02
Publish Date 2018-10-29
Rating 5.00/5 Total 4 Ratings
Developer http://www.consencube.com
Email [email protected]
Payment Type free
Extension Website http://wx.consencube.com
Privacy Policy Page URL http://www.consencube.com/statics/privacy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5171\u8bc6\u9b54\u65b9\u76ef\u76d8\u52a9\u624b",
    "version": "1.0.2",
    "description": "\u5171\u8bc6\u9b54\u65b9\u76ef\u76d8\u52a9\u624b\uff1a\u5e01\u5708\u6295\u8d44\u5fc5\u5907\u7684\u94fe\u4e0a\u6570\u636e\u63d0\u9192\u63d2\u4ef6\uff0c\u4e0d\u8bba\u662f\u5728\u5e01\u5b89\u7b49\u4ea4\u6613\u76ef\u76d8\u4ea4\u6613\uff0c\u8fd8\u662f\u5728\u975e\u5c0f\u53f7\u67e5\u8be2\u4fe1\u606f\uff0c\u90fd\u80fd\u5bf9\u5404\u5927\u5e01\u79cd\u94fe\u4e0atoken\u7684\u6d41\u8f6c\u60c5\u51b5\u505a\u5230\u5b9e\u65f6\u63d0\u9192\uff1b\u8ddf\u5171\u8bc6\u9b54\u65b9\u505a\u667a\u80fd\u6295\u8d44\uff0c\u4e0d\u5f53\u97ed\u83dc\u66f4\u8d5a\u94b1",
    "browser_action": {
        "default_title": "\u5171\u8bc6\u9b54\u65b9\u76ef\u76d8\u52a9\u624b",
        "default_icon": {
            "38": "icons\/main-icon.png",
            "19": "icons\/main-icon.png"
        }
    },
    "icons": {
        "16": "icons\/main-icon.png",
        "48": "icons\/main-icon.png",
        "128": "icons\/main-icon.png"
    },
    "background": {
        "persistent": true,
        "page": "background\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.binance.com\/*",
                "https:\/\/*.feixiaohao.com\/*",
                ""
            ],
            "js": [
                "inject\/index.js"
            ],
            "css": [
                "ui\/inject.css"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "match_about_blank": false,
            "exclude_globs": [
                "https:\/\/*.consencube.com\/*",
                "http:\/\/*.consencube.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "",
        "https:\/\/*.consencube.com\/*",
        "http:\/\/*.consencube.com\/*",
        "https:\/\/*.binance.com\/*",
        "https:\/\/*.feixiaohao.com\/*"
    ],
    "content_security_policy": "frame-src https:\/\/wx.consencube.com http:\/\/wx.consencube.com; script-src 'self' 'unsafe-eval';object-src 'self'; style-src 'self' https:\/\/wx.consencube.com\/ 'unsafe-inline'; img-src 'self' http:\/\/*.consencube.com https:\/\/*.consencube.com",
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "\u6253\u5f00\u4fa7\u8fb9\u680f"
        }
    },
    "web_accessible_resources": [
        "icons\/*",
        "data:*",
        "http:*",
        "https:*"
    ]
}