GamingLive NOW!

Pour suivre GamingLive à la frame !

GamingLive NOW!란 무엇입니까?

GamingLive NOW!은(는) Samuel Péan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pour suivre GamingLive à la frame !"입니다.

확장 프로그램 스크린샷

screenshot

GamingLive NOW! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}