OKEY Helper

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

Cos'è OKEY Helper?

OKEY Helper è un'estensione di Chrome sviluppata da maxnaumov71, e la sua funzione principale è "ОКЕЙ Доставка. Пересчет в кг".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OKEY Helper

Scarica i file di estensione OKEY Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome OKEY Helper OKEY Helper
ID mgcookgjkkmdkeelbochekgklhdalbgh
URL Ufficiale https://chromewebstore.google.com/detail/okey-helper/mgcookgjkkmdkeelbochekgklhdalbgh
Descrizione ОКЕЙ Доставка. Пересчет в кг
Dimensione del File 62.11 KB
Conteggio Installazioni 18
Versione Corrente 2.0
Ultimo Aggiornamento 2017-10-18
Data di Pubblicazione 2017-10-18
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore maxnaumov71
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}