vesti_365

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

Qu'est-ce que vesti_365 ?

vesti_365 est une extension Chrome développée par https://vesti365.ru, et sa fonction principale est "ЛЕНТА НОВОСТЕЙ объединённая rss лента новостей с разных новостных агентств. Главные новости последнего часа Вести 365, RSS лента…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension vesti_365

Téléchargez les fichiers d'extension vesti_365 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom vesti_365 vesti_365
ID nnchclbpgdhlopphakjmfifhokfcbmcn
URL Officiel https://chromewebstore.google.com/detail/vesti365/nnchclbpgdhlopphakjmfifhokfcbmcn
Description ЛЕНТА НОВОСТЕЙ объединённая rss лента новостей с разных новостных агентств. Главные новости последнего часа Вести 365, RSS лента…
Taille du Fichier 161 KB
Nombre d'Installations 107
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-09-12
Date de Publication 2016-09-12
Évaluation 2.50/5 Total 2 Évaluations
Développeur https://vesti365.ru
Type de Paiement free
Site Web de l'Extension http://vesti365.ru/
Langues Prises en Charge 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 "
    }
}