McLaut Balance Checker
Simple extension that checks your balance on McLaut ISP
Qu'est-ce que McLaut Balance Checker ?
McLaut Balance Checker est une extension Chrome développée par kolexandr, et sa fonction principale est "Simple extension that checks your balance on McLaut ISP".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension McLaut Balance Checker
Téléchargez les fichiers d'extension McLaut Balance Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Просте розширення для перевірки балансу на вашому рахунку в провайдера Інтернету М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.
Informations de Base sur l'Extension
Nom | McLaut Balance Checker |
ID | kkmhcfedhaipelemiojpacapibommked |
URL Officiel | https://chromewebstore.google.com/detail/mclaut-balance-checker/kkmhcfedhaipelemiojpacapibommked |
Description | Simple extension that checks your balance on McLaut ISP |
Taille du Fichier | 1.87 MB |
Nombre d'Installations | 57 |
Version Actuelle | 2.4.0 |
Dernière Mise à Jour | 2024-03-03 |
Date de Publication | 2016-03-16 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | kolexandr |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |