AnyBalance Debugger
Provides support for AnyBalance provider debugging
Wat is AnyBalance Debugger?
AnyBalance Debugger is een Chrome-extensie ontwikkeld door https://anybalance.ru, en de belangrijkste functie is "Provides support for AnyBalance provider debugging".
Extensie Screenshots
Download het CRX-bestand van de extensie AnyBalance Debugger
Download AnyBalance Debugger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Позволяет запускать и отлаживать AnyBalance провайдеры прямо в браузере Google Chrome. Подробное описание по ссылке: https://github.com/dukei/any-balance-providers/wiki/AnyBalanceDebugger Basisinformatie over de Extensie
| Naam | |
| ID | bjhpeieonkhafpmpkjolifioeodfoiag |
| Officiële URL | https://chromewebstore.google.com/detail/anybalance-debugger/bjhpeieonkhafpmpkjolifioeodfoiag |
| Beschrijving | Provides support for AnyBalance provider debugging |
| Bestandsgrootte | 256 KB |
| Aantal Installaties | 136 |
| Huidige Versie | 4.2.2 |
| Laatst Bijgewerkt | 2022-08-07 |
| Publicatiedatum | 2020-06-04 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://anybalance.ru |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/dukei/any-balance-providers/ |
| Help Pagina-URL | https://github.com/dukei/any-balance-providers/wiki/AnyBalanceDebugger |
| Ondersteunde Talen | 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"
]
} | |