Meduza. Новости дня

Самый быстрый способ узнать, что происходит в России и в мире прямо сейчас. Курсы валют. Подписка на обновления

What is Meduza. Новости дня?

Meduza. Новости дня is a Chrome extension developed by https://meduza.io, and its main feature is "Самый быстрый способ узнать, что происходит в России и в мире прямо сейчас. Курсы валют. Подписка на обновления".

Extension Screenshots

screenshot
screenshot
screenshot

Download Meduza. Новости дня Extension CRX File

Download Meduza. Новости дня 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 Meduza. Новости дня Meduza. Новости дня
ID olimnlmpkfopocaefpnmkbhkhnfkbiaa
Official URL https://chrome.google.com/webstore/detail/meduza-%D0%BD%D0%BE%D0%B2%D0%BE%D1%81%D1%82%D0%B8-%D0%B4%D0%BD%D1%8F/olimnlmpkfopocaefpnmkbhkhnfkbiaa
Description Самый быстрый способ узнать, что происходит в России и в мире прямо сейчас. Курсы валют. Подписка на обновления
File Size 80.78 KB
Installation Count 2,000
Current Version 2.0.2
Last Updated 2017-04-03
Publish Date 2017-04-03
Rating 4.63/5 Total 125 Ratings
Developer https://meduza.io
Email [email protected]
Payment Type free
Extension Website https://meduza.io
Privacy Policy Page URL https://meduza.io/feature/2018/05/22/kak-my-obrabatyvaem-vashi-personalnye-dannye-kotorye-hranyatsya-na-meduze
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "__MSG_extAuthor__",
    "background": {
        "scripts": [
            "src\/lib\/utils.js",
            "src\/lib\/storage.js",
            "src\/lib\/api.js",
            "src\/lib\/meduza.js",
            "src\/background\/background-controller.js",
            "src\/background\/protector.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "\/src\/popup\/index.html",
        "default_title": "__MSG_popupTitle__"
    },
    "default_locale": "ru",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/meduza.io\/*",
        "notifications",
        "storage",
        "tabs"
    ],
    "short_name": "__MSG_extShortName__",
    "version": "2.0.2",
    "web_accessible_resources": [
        "\/img\/icon512.png",
        "\/src\/popup\/index.html",
        "\/src\/popup\/popup-controller.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meduza.io\/*"
            ],
            "js": [
                "src\/background\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ]
}