McLaut Balance Checker

Simple extension that checks your balance on McLaut ISP

McLaut Balance Checkerとは何ですか?

McLaut Balance Checkerはkolexandrによって開発されたChromeの拡張機能で、その主な機能は「Simple extension that checks your balance on McLaut ISP」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

McLaut Balance Checker拡張機能のCRXファイルをダウンロード

McLaut Balance Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 McLaut Balance Checker McLaut Balance Checker
ID kkmhcfedhaipelemiojpacapibommked
公式URL https://chromewebstore.google.com/detail/mclaut-balance-checker/kkmhcfedhaipelemiojpacapibommked
説明 Simple extension that checks your balance on McLaut ISP
ファイルサイズ 1.87 MB
インストール数 57
現在のバージョン 2.4.0
最終更新日 2024-03-03
公開日 2016-03-16
評価 4.83/5 合計 6 レビュー
開発者 kolexandr
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
    ]
}