Monocle

Monobank browser extension.

What is Monocle?

Monocle is a Chrome extension developed by Enkot, and its main feature is "Monobank browser extension.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Monocle Extension CRX File

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

                        Швидкий доступ до рахунку Monobank з браузера.

★ Інформація про баланс та рахунки
★ Доступ до виписки за останні 30 днів
★ Конвертер та курси валют
★ Сповіщення - в розробці :)                    

Extension Basic Information

Name Monocle Monocle
ID inekneblgmfcilbjijnkpngldaebcbam
Official URL https://chromewebstore.google.com/detail/monocle/inekneblgmfcilbjijnkpngldaebcbam
Description Monobank browser extension.
File Size 938 KB
Installation Count 196
Current Version 0.1.1
Last Updated 2020-07-28
Publish Date 2020-06-15
Rating 5.00/5 Total 1 Ratings
Developer Enkot
Email [email protected]
Payment Type free
Extension Website http://getmonocle.pp.ua
Help Page URL https://github.com/enkot/monocle
Supported Languages en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/getmonocle.pp.ua",
    "description": "__MSG_extDescription__",
    "default_locale": "uk",
    "permissions": [
        "storage",
        "notifications",
        "background"
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "38": "icons\/38.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "content_security_policy": "script-src 'self'  https:\/\/www.gstatic.com; object-src 'self'",
    "version": "0.1.1"
}