Mova

A translator from Russian into Belarusian

What is Mova?

Mova is a Chrome extension developed by Alexander Shutau, and its main feature is "A translator from Russian into Belarusian".

Extension Screenshots

screenshot
screenshot
screenshot

Download Mova Extension CRX File

Download Mova 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

                        Mova is a browser extension that automatically translates all web pages from Russian into Belarusian. Choose between Łacinka or Cyrillic script. Pryjemnaha čytannia!                    

Extension Basic Information

Name Mova Mova
ID allmpacagboplmpkggjldlnabgpjpocf
Official URL https://chromewebstore.google.com/detail/mova/allmpacagboplmpkggjldlnabgpjpocf
Description A translator from Russian into Belarusian
File Size 917 KB
Installation Count 122
Current Version 1.1.3
Last Updated 2020-03-30
Publish Date 2020-02-22
Rating 5.00/5 Total 6 Ratings
Developer Alexander Shutau
Email [email protected]
Payment Type free
Extension Website https://github.com/alexanderby/mova
Help Page URL https://github.com/alexanderby/mova/issues
Privacy Policy Page URL https://darkreader.org/privacy
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mova",
    "version": "1.1.3",
    "author": "Alexander Shutau",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "browser_action": {
        "default_title": "Mova",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "38": "icons\/icon-38x38.png",
            "19": "icons\/icon-19x19.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "background": {
        "persistent": true,
        "page": "background\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "commands": {
        "toggle_extension": {
            "suggested_key": {
                "default": "Alt+Shift+B"
            },
            "description": "__MSG_toggle_extension__"
        },
        "toggle_website": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "__MSG_toggle_website__"
        }
    }
}