GamingLive NOW!

Pour suivre GamingLive à la frame !

GamingLive NOW!とは何ですか?

GamingLive NOW!はSamuel Péanによって開発されたChromeの拡張機能で、その主な機能は「Pour suivre GamingLive à la frame !」です。

拡張機能のスクリーンショット

screenshot

GamingLive NOW!拡張機能のCRXファイルをダウンロード

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