vesti_365

ЛЕНТА НОВОСТЕЙ объединённая rss лента новостей с разных новостных агентств. Главные новости последнего часа Вести 365, RSS лента…

What is vesti_365?

vesti_365 is a Chrome extension developed by https://vesti365.ru, and its main feature is "ЛЕНТА НОВОСТЕЙ объединённая rss лента новостей с разных новостных агентств. Главные новости последнего часа Вести 365, RSS лента…".

Extension Screenshots

screenshot

Download vesti_365 Extension CRX File

Download vesti_365 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

                        ЛЕНТА НОВОСТЕЙ объединённая rss лента новостей с разных новостных агентств. Главные новости последнего часа Вести 365, RSS лента новостей Вести 365 ру, самые свежие новости дня в России и мире, вести СМИ, лента 24.

Можно выбирать источники новостей!

Бесплатно и без регистрации.                    

Extension Basic Information

Name vesti_365 vesti_365
ID nnchclbpgdhlopphakjmfifhokfcbmcn
Official URL https://chromewebstore.google.com/detail/vesti365/nnchclbpgdhlopphakjmfifhokfcbmcn
Description ЛЕНТА НОВОСТЕЙ объединённая rss лента новостей с разных новостных агентств. Главные новости последнего часа Вести 365, RSS лента…
File Size 161 KB
Installation Count 107
Current Version 1.0.0
Last Updated 2016-09-12
Publish Date 2016-09-12
Rating 2.50/5 Total 2 Ratings
Developer https://vesti365.ru
Payment Type free
Extension Website http://vesti365.ru/
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "vesti_365",
    "version": "1.0.0",
    "description": "",
    "background": {
        "scripts": [
            "Kernel.js"
        ]
    },
    "web_accessible_resources": [
        "Kernel.js",
        "files\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "Content.js",
                "BrowsersFix.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "http:\/\/vesti365.ru\/news-365-vidjet",
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "\u0412\u0435\u0441\u0442\u0438 365 "
    }
}