M1 Plus

Вспомогательное расширение для Monopoly One

What is M1 Plus?

M1 Plus is a Chrome extension developed by dtalkachou, and its main feature is "Вспомогательное расширение для Monopoly One".

Extension Screenshots

screenshot

Download M1 Plus Extension CRX File

Download M1 Plus 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

                        Расширение для сайта monopoly-one.com позволяющее смотреть дополнительные сведения без лишних действий.                    

Extension Basic Information

Name M1 Plus M1 Plus
ID jlkeodkodfgihhdmhccagbikbppkpafm
Official URL https://chromewebstore.google.com/detail/m1-plus/jlkeodkodfgihhdmhccagbikbppkpafm
Description Вспомогательное расширение для Monopoly One
File Size 57.94 KB
Installation Count 534
Current Version 1.0.4
Last Updated 2020-10-21
Publish Date 2020-10-19
Rating 4.67/5 Total 3 Ratings
Developer dtalkachou
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "M1 Plus",
    "version": "1.0.4",
    "description": "\u0412\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f Monopoly One",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/monopoly-one.com\/table\/",
                "https:\/\/monopoly-one.com\/m1tv\/"
            ],
            "js": [
                "extension\/contentScript.js"
            ],
            "css": [
                "assets\/css\/m1-plus-styles.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/img\/icon16.png",
        "32": "assets\/img\/icon32.png",
        "48": "assets\/img\/icon64.png",
        "128": "assets\/img\/icon128.png"
    },
    "manifest_version": 2
}