RUMIWIFI

Translator of Chinese firmware for Xiaomi router. Works offline. No configuration required.

什么是RUMIWIFI?

RUMIWIFI是由https://pedanto.com开发的Chrome扩展程序,该扩展的主要功能是“Translator of Chinese firmware for Xiaomi router. Works offline. No configuration required.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载RUMIWIFI扩展crx文件

下载RUMIWIFI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Russifier of Chinese firmware for Xiaomi routers. The plugin is designed for Xiaomi routers of different generations and is designed to translate Chinese firmware. Compatible with a wide range of models. At the moment, tests are being carried out on Xiaomi Mini Wifi, XIAOMI miwifi 3g, Xiaomi Mi WiFi Router 4A and Redmi Ac2100 routers, but the plug-in's performance is not limited to specific models.

Plugin requirements:
- The router must have Chinese firmware installed.

Notes:
- Plugin access to boosty.to is needed to check the PRO version subscription.
- Report any errors and shortcomings via the telegram chat using the link at the bottom of the admin panel of the router.

Enjoy your use                    

扩展基本信息

名称 RUMIWIFI RUMIWIFI
ID mbiehbednoakmhlmjcpgpciocekdjabp
官方URL https://chromewebstore.google.com/detail/rumiwifi/mbiehbednoakmhlmjcpgpciocekdjabp
简介 Translator of Chinese firmware for Xiaomi router. Works offline. No configuration required.
文件大小 334 KB
安装次数 139,122
当前版本 1.11.8
更新时间 2022-01-02
上架时间 2020-06-16
评分 4.88/5 共2936次评分
开发者 https://pedanto.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://boosty.to/miwifi
帮助页面URL https://pedanto.com/news/rumiwifi-plagin-rusifikacii-proshivki-xiaomi-routera.html
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.11.8",
    "default_locale": "ru",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_shortName__",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/boosty.to\/*",
        "*:\/\/w3.org\/*",
        "*:\/\/pedanto.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lang\/*.json",
                "img\/*.png",
                "img\/*.jpg",
                "inc\/img\/*.jpg",
                "img\/*.svg",
                "css\/*.css",
                "inc\/routers.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/owl.carousel.min.js"
            ],
            "css": [
                "css\/styles.css",
                "css\/owl.carousel.min.css",
                "css\/owl.theme.default.min.css"
            ],
            "include_globs": [
                "*:\/\/10.*",
                "*:\/\/100.*",
                "*:\/\/172.*",
                "*:\/\/192.*",
                "*:\/\/miwifi.com\/*",
                "*:\/\/boosty.to\/*"
            ]
        }
    ],
    "action": {
        "default_title": "RUMIWIFI",
        "default_icon": "img\/icon_16.png",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/boosty.to\/miwifi"
}