vesti_365

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

Wat is vesti_365?

vesti_365 is een Chrome-extensie ontwikkeld door https://vesti365.ru, en de belangrijkste functie is "ЛЕНТА НОВОСТЕЙ объединённая rss лента новостей с разных новостных агентств. Главные новости последнего часа Вести 365, RSS лента…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie vesti_365

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

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

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

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

Basisinformatie over de Extensie

Naam vesti_365 vesti_365
ID nnchclbpgdhlopphakjmfifhokfcbmcn
Officiële URL https://chromewebstore.google.com/detail/vesti365/nnchclbpgdhlopphakjmfifhokfcbmcn
Beschrijving ЛЕНТА НОВОСТЕЙ объединённая rss лента новостей с разных новостных агентств. Главные новости последнего часа Вести 365, RSS лента…
Bestandsgrootte 161 KB
Aantal Installaties 107
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-09-12
Publicatiedatum 2016-09-12
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://vesti365.ru
Betalingswijze free
Extensiewebsite http://vesti365.ru/
Ondersteunde Talen 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 "
    }
}