McLaut Balance Checker
Simple extension that checks your balance on McLaut ISP
Wat is McLaut Balance Checker?
McLaut Balance Checker is een Chrome-extensie ontwikkeld door kolexandr, en de belangrijkste functie is "Simple extension that checks your balance on McLaut ISP".
Extensie Screenshots
Download het CRX-bestand van de extensie McLaut Balance Checker
Download McLaut Balance Checker-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
Просте розширення для перевірки балансу на вашому рахунку в провайдера Інтернету МcLaut ISP (bill.mclaut.com). Розширення працює лише з цим провайдером на території України.
A simple extension to check your balance on the McLaut ISP account (bill.mclaut.com). Extension works with this provider in Ukraine. Basisinformatie over de Extensie
| Naam | |
| ID | kkmhcfedhaipelemiojpacapibommked |
| Officiële URL | https://chromewebstore.google.com/detail/mclaut-balance-checker/kkmhcfedhaipelemiojpacapibommked |
| Beschrijving | Simple extension that checks your balance on McLaut ISP |
| Bestandsgrootte | 1.87 MB |
| Aantal Installaties | 57 |
| Huidige Versie | 2.4.0 |
| Laatst Bijgewerkt | 2024-03-03 |
| Publicatiedatum | 2016-03-16 |
| Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | kolexandr |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "McLaut Balance Checker",
"version": "2.4.0",
"description": "Simple extension that checks your balance on McLaut ISP",
"icons": {
"128": "icons\/enabled-128px.png"
},
"offline_enabled": false,
"background": {
"service_worker": ".\/background\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/bill.mclaut.com\/*"
],
"js": [
".\/background\/background.js"
]
}
],
"action": {
"default_popup": ".\/popup\/popup.html",
"permissions": [
"nativeMessaging",
"storage"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/bill.mclaut.com;"
},
"permissions": [
"alarms",
"cookies",
"nativeMessaging",
"storage"
],
"host_permissions": [
"https:\/\/bill.mclaut.com\/*"
]
} | |