Новости
Актуальные новости
Wat is Новости?
Новости is een Chrome-extensie ontwikkeld door ООО МИЦ «Известия», en de belangrijkste functie is "Актуальные новости".
Extensie Screenshots
Download het CRX-bestand van de extensie Новости
Download Новости-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
Показывает новости с сайта ren.tv в окне контекстного меню при нажатии на кнопку расширения. Вам необязательно заходить на сайт ren.tv, все новости, тв программа, прямой эфир и много другое будет доступно с любого окна вашего браузера.
Basisinformatie over de Extensie
Naam | |
ID | hgjbaiplfibhdflehaibhjdainpbkpda |
Officiële URL | https://chrome.google.com/webstore/detail/%D0%BD%D0%BE%D0%B2%D0%BE%D1%81%D1%82%D0%B8/hgjbaiplfibhdflehaibhjdainpbkpda |
Beschrijving | Актуальные новости |
Bestandsgrootte | 35.2 KB |
Aantal Installaties | 327 |
Huidige Versie | 2.1.4 |
Laatst Bijgewerkt | 2020-10-16 |
Publicatiedatum | 2020-05-17 |
Beoordeling | 4.36/5 Totaal 11 Beoordelingen |
Ontwikkelaar | ООО МИЦ «Известия» |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https:://ren.tv |
Help Pagina-URL | https:://ren.tv |
Ondersteunde Talen | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u041d\u043e\u0432\u043e\u0441\u0442\u0438", "version": "2.1.4", "description": "\u0410\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u0435 \u043d\u043e\u0432\u043e\u0441\u0442\u0438", "icons": { "16": "image\/16.png", "32": "image\/32.png", "48": "image\/48.png", "60": "image\/60.png", "128": "image\/128.png" }, "permissions": [ "https:\/\/www.google-analytics.com\/", "storage", "*:\/\/*.ren.tv\/*", "*:\/\/ren.tv\/*" ], "background": { "scripts": [ "js\/google-analytics-bundle.js", "js\/background.js" ] }, "browser_action": { "default_title": "\u0412\u0441\u0435 \u043d\u043e\u0432\u043e\u0441\u0442\u0438", "default_icon": "image\/48.png", "default_popup": "index.html" }, "options_page": "index.html" } |