BYRKI

Деликатный конвертер белорусских рублей.

What is BYRKI?

BYRKI is a Chrome extension developed by SKDO, and its main feature is "Деликатный конвертер белорусских рублей.".

Extension Screenshots

screenshot
screenshot
screenshot

Download BYRKI Extension CRX File

Download BYRKI 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 BYRKI BYRKI
ID jbfchhfbglhkkacjojopbejeedgelelm
Official URL https://chromewebstore.google.com/detail/byrki/jbfchhfbglhkkacjojopbejeedgelelm
Description Деликатный конвертер белорусских рублей.
File Size 214 KB
Installation Count 421
Current Version 2.2.5
Last Updated 2019-01-15
Publish Date 2019-01-15
Rating 4.53/5 Total 62 Ratings
Developer SKDO
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BYRKI",
    "version": "2.2.5",
    "manifest_version": 2,
    "description": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0439 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0435\u0440 \u0431\u0435\u043b\u043e\u0440\u0443\u0441\u0441\u043a\u0438\u0445 \u0440\u0443\u0431\u043b\u0435\u0439.",
    "homepage_url": "http:\/\/byrki.org",
    "options_page": "html\/options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/[email protected]"
        },
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/vendor\/fetch.js",
            "js\/vendor\/lodash.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/icon_16.png",
        "19": "images\/icon_19.png",
        "32": "images\/[email protected]",
        "38": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "alarms",
        "tabs",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/vendor\/jquery-2.1.3.min.js",
                "js\/walker.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "minimum_chrome_version": "32"
}