AnyBalance Debugger

Provides support for AnyBalance provider debugging

Co je AnyBalance Debugger?

AnyBalance Debugger je rozšíření Chrome vyvinuté https://anybalance.ru, a jeho hlavní funkcí je „Provides support for AnyBalance provider debugging“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření AnyBalance Debugger

Stáhněte si soubory rozšíření AnyBalance Debugger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název AnyBalance Debugger AnyBalance Debugger
ID bjhpeieonkhafpmpkjolifioeodfoiag
Oficiální URL https://chromewebstore.google.com/detail/anybalance-debugger/bjhpeieonkhafpmpkjolifioeodfoiag
Popis Provides support for AnyBalance provider debugging
Velikost souboru 256 KB
Počet instalací 136
Aktuální Verze 4.2.2
Poslední Aktualizace 2022-08-07
Datum Vydání 2020-06-04
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://anybalance.ru
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/dukei/any-balance-providers/
URL Stránky Nápovědy https://github.com/dukei/any-balance-providers/wiki/AnyBalanceDebugger
Podporované Jazyky 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"
    ]
}