McLaut Plus

Improved McLaut local resources

What is McLaut Plus?

McLaut Plus is a Chrome extension developed by Roman Perevertailo, and its main feature is "Improved McLaut local resources".

Extension Screenshots

screenshot
screenshot

Download McLaut Plus Extension CRX File

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

                        - Упрощен интерфейс, удалена шапка
- Поиск фильмов, не заходя на сайт
- Старый Flash-плеер заменен на html5
- Отображение популярных фильмов на расстоянии одного клика                    

Extension Basic Information

Name McLaut Plus McLaut Plus
ID efddoignhfcemdjkfagkbmnefghmjllp
Official URL https://chromewebstore.google.com/detail/mclaut-plus/efddoignhfcemdjkfagkbmnefghmjllp
Description Improved McLaut local resources
File Size 124 KB
Installation Count 20
Current Version 1.3
Last Updated 2019-01-24
Publish Date 2019-01-24
Rating 5.00/5 Total 2 Ratings
Developer Roman Perevertailo
Email [email protected]
Payment Type free
Extension Website http://perevertailo.com
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "McLaut Plus",
    "description": "Improved McLaut local resources",
    "version": "1.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "McLaut \u043f\u043e\u0438\u0441\u043a \u0444\u0438\u043b\u044c\u043c\u043e\u0432"
    },
    "permissions": [
        "https:\/\/*.koma.tv\/*",
        "http:\/\/*.koma.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.koma.tv\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        },
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/*.koma.tv\/*"
            ]
        }
    ]
}