GamingLive NOW!

Pour suivre GamingLive à la frame !

GamingLive NOW! क्या है?

GamingLive NOW! Samuel Péan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pour suivre GamingLive à la frame !"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GamingLive NOW! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}