McLaut Balance Checker

Simple extension that checks your balance on McLaut ISP

What is McLaut Balance Checker?

McLaut Balance Checker is a Chrome extension developed by kolexandr, and its main feature is "Simple extension that checks your balance on McLaut ISP".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download McLaut Balance Checker Extension CRX File

Download McLaut Balance Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Просте розширення для перевірки балансу на вашому рахунку в провайдера Інтернету М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.                    

Extension Basic Information

Name McLaut Balance Checker McLaut Balance Checker
ID kkmhcfedhaipelemiojpacapibommked
Official URL https://chromewebstore.google.com/detail/mclaut-balance-checker/kkmhcfedhaipelemiojpacapibommked
Description Simple extension that checks your balance on McLaut ISP
File Size 1.87 MB
Installation Count 57
Current Version 2.4.0
Last Updated 2024-03-03
Publish Date 2016-03-16
Rating 4.83/5 Total 6 Ratings
Developer kolexandr
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}