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開發的Chrome擴展程式,該擴展的主要功能是“Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.”。

擴展截圖

screenshot

下載GoB Live Extension擴展crx文件

下載GoB Live Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}