Новости
Актуальные новости
What is Новости?
Новости is a Chrome extension developed by ООО МИЦ «Известия», and its main feature is "Актуальные новости".
Extension Screenshots
Download Новости Extension CRX File
Download Новости 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
Показывает новости с сайта ren.tv в окне контекстного меню при нажатии на кнопку расширения. Вам необязательно заходить на сайт ren.tv, все новости, тв программа, прямой эфир и много другое будет доступно с любого окна вашего браузера.
Extension Basic Information
Name | |
ID | hgjbaiplfibhdflehaibhjdainpbkpda |
Official URL | https://chrome.google.com/webstore/detail/%D0%BD%D0%BE%D0%B2%D0%BE%D1%81%D1%82%D0%B8/hgjbaiplfibhdflehaibhjdainpbkpda |
Description | Актуальные новости |
File Size | 35.2 KB |
Installation Count | 327 |
Current Version | 2.1.4 |
Last Updated | 2020-10-16 |
Publish Date | 2020-05-17 |
Rating | 4.36/5 Total 11 Ratings |
Developer | ООО МИЦ «Известия» |
[email protected] | |
Payment Type | free |
Extension Website | https:://ren.tv |
Help Page URL | https:://ren.tv |
Supported Languages | 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" } |