mkeeper

mkeeper Управление рекламой

What is mkeeper?

mkeeper is a Chrome extension developed by mkeeper, and its main feature is "mkeeper Управление рекламой".

Extension Screenshots

screenshot

Download mkeeper Extension CRX File

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

                        Расширение показывает реальные рекламные ставки аукциона Wildberries                    

Extension Basic Information

Name mkeeper mkeeper
ID hgldjkalfmhnlaldjageiphbhfacieip
Official URL https://chromewebstore.google.com/detail/mkeeper/hgldjkalfmhnlaldjageiphbhfacieip
Description mkeeper Управление рекламой
File Size 493 KB
Installation Count 40,000
Current Version 1.8.92
Last Updated 2024-03-05
Publish Date 2022-05-21
Rating 4.42/5 Total 26 Ratings
Developer mkeeper
Email [email protected]
Payment Type in_app
Extension Website https://mkeeper.ru
Help Page URL https://t.me/adm_mkeeper
Privacy Policy Page URL http://mkeeper.ru/agreement
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mkeeper",
    "short_name": "mkeeper",
    "description": "mkeeper \u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0440\u0435\u043a\u043b\u0430\u043c\u043e\u0439",
    "version": "1.8.92",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon\/icon.png"
    },
    "icons": {
        "128": "icon\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/icon.png"
            ],
            "matches": [
                "https:\/\/*.wildberries.ru\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/api.mkeeper.ru\/*",
        "https:\/\/prod.mkeeper.ru\/*",
        "https:\/\/www.wildberries.ru\/*",
        "https:\/\/wildberries.ru\/*",
        "https:\/\/www.seller.wildberries.ru\/*",
        "https:\/\/seller.wildberries.ru\/*",
        "https:\/\/www.cmp.wildberries.ru\/*",
        "https:\/\/cmp.wildberries.ru\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wildberries.ru\/*",
                "https:\/\/wildberries.ru\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}