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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}