OKEY Helper

ОКЕЙ Доставка. Пересчет в кг

What is OKEY Helper?

OKEY Helper is a Chrome extension developed by maxnaumov71, and its main feature is "ОКЕЙ Доставка. Пересчет в кг".

Extension Screenshots

screenshot

Download OKEY Helper Extension CRX File

Download OKEY Helper 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

                        Расширение работает только с сайтом okeydostavka.ru и выводит в карточках товаров цену за килограмм. Теперь сравнить цены на сыр или детские молочные сухие смеси как никогда просто. Также цену за килограмм можно увидеть в карточке товара.                    

Extension Basic Information

Name OKEY Helper OKEY Helper
ID mgcookgjkkmdkeelbochekgklhdalbgh
Official URL https://chromewebstore.google.com/detail/okey-helper/mgcookgjkkmdkeelbochekgklhdalbgh
Description ОКЕЙ Доставка. Пересчет в кг
File Size 62.11 KB
Installation Count 18
Current Version 2.0
Last Updated 2017-10-18
Publish Date 2017-10-18
Rating 4.50/5 Total 2 Ratings
Developer maxnaumov71
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OKEY Helper",
    "description": "\u041e\u041a\u0415\u0419 \u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430. \u041f\u0435\u0440\u0435\u0441\u0447\u0435\u0442 \u0432 \u043a\u0433",
    "version": "2.0",
    "icons": {
        "512": "image\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.okeydostavka.ru\/*"
            ],
            "js": [
                "js\/okeydostavka.ru.recalc.js"
            ],
            "css": [
                "css\/okeydostavka.ru.recalc.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "image\/logo.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}