GoB Live Extension

Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.

GoB Live Extension क्या है?

GoB Live Extension Sylrus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pour être informé quand GoB est en live et pour ne rater aucun de ses streams."।

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

screenshot

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

crx प्रारूप में GoB Live Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        L'icone de l'extension en haut à droite du navigateur change quand GoB commence à streamer.
Ouvre un onglet vers le stream de GoB (twitch.tv/gobgg) quand on clique sur l'icone (ON ou OFF)

Application développée par Sylrus - Pour toute réclamation ou pour des questions, n'hésitez pas à me contacter sur mon Twitter (@SylrusTV).                    

एक्सटेंशन की मूल जानकारी

नाम GoB Live Extension GoB Live Extension
ID ikpmbcicbdmnoehbjioipalcimekjaij
आधिकारिक URL https://chrome.google.com/webstore/detail/gob-live-extension/ikpmbcicbdmnoehbjioipalcimekjaij
विवरण Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.
फ़ाइल का आकार 26.34 KB
स्थापना संख्या 70
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-09-04
प्रकाशन तिथि 2015-09-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Sylrus
भुगतान के प्रकार free
समर्थित भाषाएँ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoB Live Extension",
    "description": "Pour \u00eatre inform\u00e9 quand GoB est en live et pour ne rater aucun de ses streams.",
    "version": "1.0",
    "icons": {
        "19": "icons\/icon-19.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon-off-19.png",
        "default_title": "Sylrus - Offline"
    }
}