How many GiB used on huawei 4G box

How many GiB used on huawei 4G box

什么是How many GiB used on huawei 4G box?

How many GiB used on huawei 4G box是由blipn开发的Chrome扩展程序,该扩展的主要功能是“How many GiB used on huawei 4G box”。

扩展截图

screenshot

下载How many GiB used on huawei 4G box扩展crx文件

下载How many GiB used on huawei 4G box扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Displays data usage for a Huawei box                    

扩展基本信息

名称 How many GiB used on huawei 4G box How many GiB used on huawei 4G box
ID mjhfenemkgacendijoamgpioaafdkbjf
官方URL https://chromewebstore.google.com/detail/how-many-gib-used-on-huaw/mjhfenemkgacendijoamgpioaafdkbjf
简介 How many GiB used on huawei 4G box
文件大小 36.63 KB
安装次数 63
当前版本 1.1
更新时间 2019-09-02
上架时间 2019-09-02
评分 3.00/5 共1次评分
开发者 blipn
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "How many GiB used on huawei 4G box",
    "description": "How many GiB used on huawei 4G box",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/192.168.1.1\/*"
    ],
    "browser_action": {
        "name": "Click to update"
    },
    "manifest_version": 2
}