AnyBalance Debugger

Provides support for AnyBalance provider debugging

Hvad er AnyBalance Debugger?

AnyBalance Debugger er en Chrome-udvidelse udviklet af https://anybalance.ru, og dens hovedfunktion er "Provides support for AnyBalance provider debugging".

Udvidelsesskærmbilleder

screenshot
screenshot

Download AnyBalance Debugger-udvidelses-CRX-fil

Download AnyBalance Debugger-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn AnyBalance Debugger AnyBalance Debugger
ID bjhpeieonkhafpmpkjolifioeodfoiag
Officiel URL https://chromewebstore.google.com/detail/anybalance-debugger/bjhpeieonkhafpmpkjolifioeodfoiag
Beskrivelse Provides support for AnyBalance provider debugging
Filstørrelse 256 KB
Antal Installationer 136
Nuværende Version 4.2.2
Senest Opdateret 2022-08-07
Udgivelsesdato 2020-06-04
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://anybalance.ru
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/dukei/any-balance-providers/
Hjælpeside-URL https://github.com/dukei/any-balance-providers/wiki/AnyBalanceDebugger
Understøttede Sprog 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"
    ]
}