GamingLive NOW!

Pour suivre GamingLive à la frame !

Что такое GamingLive NOW!?

GamingLive NOW! - это расширение Chrome, разработанное Samuel Péan, и его основная функция - "Pour suivre GamingLive à la frame !".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения GamingLive NOW!

Скачайте файлы расширений GamingLive NOW! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Ne rate plus aucun stream de GamingLive, la WebTV de jeuxvideo.com, grâce à GamingLive NOW! Icône intégrant un compteur de streams en cours, possibilité de voir le nombre de viewers, notifications au démarrage d'un programme,  intégration du planning de chaque chaîne, etc. Cette extension prend en compte les chaînes principales de GamingLive (TV1 - Généraliste, TV2 - PowerPlay, e-Sport, DotA 2 et MMO) mais aussi les chaînes persos de chaque caster !                    

Основная информация о расширении

Название GamingLive NOW! GamingLive NOW!
ID dmjifapapcmfbkojnpjcnlfeaefgpifo
Официальный URL https://chromewebstore.google.com/detail/gaminglive-now/dmjifapapcmfbkojnpjcnlfeaefgpifo
Описание Pour suivre GamingLive à la frame !
Размер файла 485 KB
Количество установок 69
Текущая Версия 1.0.81
Последнее Обновление 2014-07-01
Дата публикации 2014-07-01
Рейтинг 4.32/5 Всего 38 оценок
Разработчик Samuel Péan
Тип оплаты free
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GamingLive NOW!",
    "short_name": "GL NOW!",
    "version": "1.0.81",
    "author": "Samuel P\u00e9an",
    "description": "Pour suivre GamingLive \u00e0 la frame !",
    "homepage_url": "http:\/\/www.samuelpean.com\/",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/128.png",
        "default_title": "GamingLive NOW!",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "tabs",
        "notifications"
    ],
    "web_accessible_resources": [
        "img\/notif.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}