RT на русском

Последние новости онлайн в России и в Мире.

What is RT на русском?

RT на русском is a Chrome extension developed by http://www.rt.com, and its main feature is "Последние новости онлайн в России и в Мире.".

Extension Screenshots

screenshot

Download RT на русском Extension CRX File

Download RT на русском 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

                        Актуальная картина дня на Раша Тудей: круглосуточное ежедневное обновление новостей Russia Today политики, бизнеса, финансов, спорта, науки, культуры. Онлайн-репортажи с места событий. Комментарии экспертов, актуальные интервью, фото и видео репортаж                    

Extension Basic Information

Name RT на русском RT на русском
ID dhhphofeegcjoflamjcaaandmllapgco
Official URL https://chrome.google.com/webstore/detail/rt-%D0%BD%D0%B0-%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%BC/dhhphofeegcjoflamjcaaandmllapgco
Description Последние новости онлайн в России и в Мире.
File Size 84.82 KB
Installation Count 10,000
Current Version 0.1
Last Updated 2020-05-20
Publish Date 2020-05-20
Rating 4.62/5 Total 77 Ratings
Developer http://www.rt.com
Email [email protected]
Payment Type free
Extension Website https://russian.rt.com/
Help Page URL https://russian.rt.com/about-us/contact-info
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RT \u043d\u0430 \u0440\u0443\u0441\u0441\u043a\u043e\u043c",
    "version": "0.1",
    "manifest_version": 2,
    "description": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043d\u043e\u0432\u043e\u0441\u0442\u0438 \u043e\u043d\u043b\u0430\u0439\u043d \u0432 \u0420\u043e\u0441\u0441\u0438\u0438 \u0438 \u0432 \u041c\u0438\u0440\u0435.",
    "icons": {
        "48": "images\/rt_logo_48x48.png",
        "128": "images\/rt_logo_128x128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/russian.rt.com\/*"
    ],
    "browser_action": {
        "default_title": "RT \u043d\u0430 \u0440\u0443\u0441\u0441\u043a\u043e\u043c",
        "default_icon": {
            "19": "images\/rt_logo_19x19.png",
            "38": "images\/rt_logo_38x38.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery-2.0.0.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/logo.png",
        "check.html"
    ]
}