Monster Car from Korea

Авто из Кореи, США, Японии, Германии, Китая

What is Monster Car from Korea?

Monster Car from Korea is a Chrome extension developed by iversusm, and its main feature is "Авто из Кореи, США, Японии, Германии, Китая".

Extension Screenshots

screenshot

Download Monster Car from Korea Extension CRX File

Download Monster Car from Korea 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

                        Плагин для помощи в заказе авто из Кореи. Помогает рассчитать стоимость авто из Кореи, с учетом текущего курса валют.                    

Extension Basic Information

Name Monster Car from Korea Monster Car from Korea
ID dmmicidiblojddehklmkdjhfpbomjhdk
Official URL https://chromewebstore.google.com/detail/monster-car-from-korea/dmmicidiblojddehklmkdjhfpbomjhdk
Description Авто из Кореи, США, Японии, Германии, Китая
File Size 413 KB
Installation Count 797
Current Version 0.2.0
Last Updated 2023-10-01
Publish Date 2023-02-15
Rating 4.00/5 Total 1 Ratings
Developer iversusm
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Monster Car from Korea",
    "description": "\u0410\u0432\u0442\u043e \u0438\u0437 \u041a\u043e\u0440\u0435\u0438, \u0421\u0428\u0410, \u042f\u043f\u043e\u043d\u0438\u0438, \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u0438, \u041a\u0438\u0442\u0430\u044f",
    "version": "0.2.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": ".\/image\/MonsterCar.png",
        "default_title": "Monster Car Korea"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/utils\/detail.js",
                "scripts.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": ".\/image\/ico_16.png",
        "48": ".\/image\/ico_48.png",
        "128": ".\/image\/ico_128.png"
    }
}