Meduza. Новости дня
Самый быстрый способ узнать, что происходит в России и в мире прямо сейчас. Курсы валют. Подписка на обновления
Wat is Meduza. Новости дня?
Meduza. Новости дня is een Chrome-extensie ontwikkeld door https://meduza.io, en de belangrijkste functie is "Самый быстрый способ узнать, что происходит в России и в мире прямо сейчас. Курсы валют. Подписка на обновления".
Extensie Screenshots
Download het CRX-bestand van de extensie Meduza. Новости дня
Download Meduza. Новости дня-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Крупное обновление, стало работать быстрее и удобнее
Basisinformatie over de Extensie
Naam | |
ID | olimnlmpkfopocaefpnmkbhkhnfkbiaa |
Officiële 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 |
Beschrijving | Самый быстрый способ узнать, что происходит в России и в мире прямо сейчас. Курсы валют. Подписка на обновления |
Bestandsgrootte | 80.78 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 2.0.2 |
Laatst Bijgewerkt | 2017-04-03 |
Publicatiedatum | 2017-04-03 |
Beoordeling | 4.63/5 Totaal 125 Beoordelingen |
Ontwikkelaar | https://meduza.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://meduza.io |
URL van de Privacybeleid Pagina | https://meduza.io/feature/2018/05/22/kak-my-obrabatyvaem-vashi-personalnye-dannye-kotorye-hranyatsya-na-meduze |
Ondersteunde Talen | 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" } ] } |