AnyBalance Debugger

Provides support for AnyBalance provider debugging

What is AnyBalance Debugger?

AnyBalance Debugger is a Chrome extension developed by https://anybalance.ru, and its main feature is "Provides support for AnyBalance provider debugging".

Extension Screenshots

screenshot
screenshot

Download AnyBalance Debugger Extension CRX File

Download AnyBalance Debugger 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

                        Позволяет запускать и отлаживать AnyBalance провайдеры прямо в браузере Google Chrome. Подробное описание по ссылке: https://github.com/dukei/any-balance-providers/wiki/AnyBalanceDebugger                    

Extension Basic Information

Name AnyBalance Debugger AnyBalance Debugger
ID bjhpeieonkhafpmpkjolifioeodfoiag
Official URL https://chromewebstore.google.com/detail/anybalance-debugger/bjhpeieonkhafpmpkjolifioeodfoiag
Description Provides support for AnyBalance provider debugging
File Size 256 KB
Installation Count 136
Current Version 4.2.2
Last Updated 2022-08-07
Publish Date 2020-06-04
Rating 5.00/5 Total 2 Ratings
Developer https://anybalance.ru
Email [email protected]
Payment Type free
Extension Website https://github.com/dukei/any-balance-providers/
Help Page URL https://github.com/dukei/any-balance-providers/wiki/AnyBalanceDebugger
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AnyBalance Debugger",
    "manifest_version": 2,
    "version": "4.2.2",
    "description": "Provides support for AnyBalance provider debugging",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*-anybalance.html",
                "http:\/\/*\/*-anybalance.html",
                "https:\/\/*\/*-anybalance.html"
            ],
            "js": [
                "jquery-ui\/jquery.min.js",
                "jquery-ui\/jquery-ui.min.js",
                "core-min.js",
                "enc-base64-min.js",
                "base64arr.js",
                "sh\/highlight.min.js",
                "json-viewer\/jquery.json-viewer.js",
                "grid\/grid-0.5.6.min.js",
                "lab.src.js",
                "common.js",
                "api-anybalance1-impl.js",
                "api-anybalance2-impl.js",
                "apiDebugger.js",
                "communication.js",
                "api-implementation.js"
            ],
            "css": [
                "styles.css",
                "json-viewer\/jquery.json-viewer.css",
                "sh\/highlight.min.css",
                "jquery-ui\/jquery-ui.min.css",
                "grid\/grid-0.5.6.min.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "api1.min.js",
        "api2.js",
        "communication.js",
        "api-adapter.js",
        "jquery-ui\/jquery.min.js",
        "json-viewer\/jquery.json-viewer.js",
        "jquery-ui\/images\/ui-bg_diagonals-thick_18_b81900_40x40.png",
        "jquery-ui\/images\/ui-bg_diagonals-thick_20_666666_40x40.png",
        "jquery-ui\/images\/ui-bg_flat_10_000000_40x100.png",
        "jquery-ui\/images\/ui-bg_glass_100_f6f6f6_1x400.png",
        "jquery-ui\/images\/ui-bg_glass_100_fdf5ce_1x400.png",
        "jquery-ui\/images\/ui-bg_glass_65_ffffff_1x400.png",
        "jquery-ui\/images\/ui-bg_gloss-wave_35_f6a828_500x100.png",
        "jquery-ui\/images\/ui-bg_highlight-soft_100_eeeeee_1x100.png",
        "jquery-ui\/images\/ui-bg_highlight-soft_75_ffe45c_1x100.png",
        "jquery-ui\/images\/ui-icons_222222_256x240.png",
        "jquery-ui\/images\/ui-icons_228ef1_256x240.png",
        "jquery-ui\/images\/ui-icons_ef8c08_256x240.png",
        "jquery-ui\/images\/ui-icons_ffd27a_256x240.png",
        "jquery-ui\/images\/ui-icons_ffffff_256x240.png"
    ]
}