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

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

Qu'est-ce que Meduza. Новости дня ?

Meduza. Новости дня est une extension Chrome développée par https://meduza.io, et sa fonction principale est "Самый быстрый способ узнать, что происходит в России и в мире прямо сейчас. Курсы валют. Подписка на обновления".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Meduza. Новости дня

Téléchargez les fichiers d'extension Meduza. Новости дня au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Крупное обновление, стало работать быстрее и удобнее                    

Informations de Base sur l'Extension

Nom Meduza. Новости дня Meduza. Новости дня
ID olimnlmpkfopocaefpnmkbhkhnfkbiaa
URL Officiel 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 Самый быстрый способ узнать, что происходит в России и в мире прямо сейчас. Курсы валют. Подписка на обновления
Taille du Fichier 80.78 KB
Nombre d'Installations 2,000
Version Actuelle 2.0.2
Dernière Mise à Jour 2017-04-03
Date de Publication 2017-04-03
Évaluation 4.63/5 Total 125 Évaluations
Développeur https://meduza.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://meduza.io
URL de la Page de Politique de Confidentialité https://meduza.io/feature/2018/05/22/kak-my-obrabatyvaem-vashi-personalnye-dannye-kotorye-hranyatsya-na-meduze
Langues Prises en Charge 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"
        }
    ]
}