Курсы валют - Украина

Межбанк - Курсы валют

What is Курсы валют - Украина?

Курсы валют - Украина is a Chrome extension developed by https://illutex.com, and its main feature is "Межбанк - Курсы валют".

Extension Screenshots

screenshot

Download Курсы валют - Украина Extension CRX File

Download Курсы валют - Украина 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 Курсы валют - Украина Курсы валют - Украина
ID odgbfmcklnnljfoepkmcpcnpjhdellpn
Official URL https://chromewebstore.google.com/detail/%D0%BA%D1%83%D1%80%D1%81%D1%8B-%D0%B2%D0%B0%D0%BB%D1%8E%D1%82-%D1%83%D0%BA%D1%80%D0%B0%D0%B8%D0%BD%D0%B0/odgbfmcklnnljfoepkmcpcnpjhdellpn
Description Межбанк - Курсы валют
File Size 440 KB
Installation Count 37
Current Version 1.2.2
Last Updated 2021-10-15
Publish Date 2019-10-24
Rating 4.67/5 Total 3 Ratings
Developer https://illutex.com
Email [email protected]
Payment Type free
Supported Languages en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u041a\u0443\u0440\u0441\u044b \u0432\u0430\u043b\u044e\u0442 - \u0423\u043a\u0440\u0430\u0438\u043d\u0430",
    "version": "1.2.2",
    "default_locale": "ru",
    "description": "\u041c\u0435\u0436\u0431\u0430\u043d\u043a - \u041a\u0443\u0440\u0441\u044b \u0432\u0430\u043b\u044e\u0442",
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "38": "38.png",
        "48": "48.png",
        "128": "128.png"
    },
    "homepage_url": "https:\/\/illutex.com\/products\/exchangeMonitor",
    "permissions": [
        "background",
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "\u041a\u0443\u0440\u0441\u044b \u0432\u0430\u043b\u044e\u0442 - \u0423\u043a\u0440\u0430\u0438\u043d\u0430",
        "default_icon": {
            "19": "19.png",
            "38": "38.png",
            "48": "48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js",
            "ratesManager.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/ssl.google-analytics.com https:\/\/illutex.com; object-src 'self'"
}