CBG Helper

A helper tool for Onmyoji player to look for good account.

What is CBG Helper?

CBG Helper is a Chrome extension developed by CJ, and its main feature is "A helper tool for Onmyoji player to look for good account.".

Extension Screenshots

screenshot
screenshot

Download CBG Helper Extension CRX File

Download CBG Helper 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

                        A helper tool for better exploring on CBG. It provides more accurate equip values, and export as json file for further analysis.
藏宝阁探宝辅助小工具,提供了御魂数据和式神速度的放大镜,以及一键导出御魂数据的功能,可以导入御魂hub进行更进一步的分析。

v.0.1.6 优化了在小屏幕上的显示
v.0.1.5 增加了式神图鉴收集情况的标识
v.0.1.4 增加了满速套装一速的显示
v.0.1.0-v.0.1.3 显示优化
v.0.0.8 修复了暴击的计算bug,增加了满速御魂数量的显示
v.0.0.7 修复了散件一速的计算bug
v.0.0.6 提供了速度御魂的一些额外信息
v.0.0.5 提供了式神暴击属性的精确数值
v.0.0.4 修复了必须某些情况需要刷新页面才能激活插件的问题
v.0.0.2 加入了下载御魂数据的按钮
v.0.0.1 御魂数据和式神速度放大镜                    

Extension Basic Information

Name CBG Helper CBG Helper
ID ijienmgicgdigaakalodmjejkbffecgf
Official URL https://chrome.google.com/webstore/detail/cbg-helper/ijienmgicgdigaakalodmjejkbffecgf
Description A helper tool for Onmyoji player to look for good account.
File Size 53.32 KB
Installation Count 1,000
Current Version 0.1.6
Last Updated 2021-11-26
Publish Date 2020-07-01
Rating 5.00/5 Total 10 Ratings
Developer CJ
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CBG Helper",
    "description": "A helper tool for Onmyoji player to look for good account.",
    "version": "0.1.6",
    "permissions": [
        "*:\/\/yys.cbg.163.com\/*",
        "storage",
        "webNavigation",
        "tabs"
    ],
    "icons": {
        "128": "icon.png",
        "48": "icon-48.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/yys.cbg.163.com\/cgi\/mweb\/equip\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "CBG Helper"
    },
    "web_accessible_resources": [
        "xmlhttp.js",
        "acct.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "manifest_version": 2
}