SanjiLive

SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.

什麼是SanjiLive?

SanjiLive是由Sanji29開發的Chrome擴展程式,該擴展的主要功能是“SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.”。

下載SanjiLive擴展crx文件

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

擴展使用說明

                        SanjiLive est une extension qui vous préviens quand Sanji est en live.                    

擴展基本資訊

名稱 SanjiLive SanjiLive
ID lnngafjpekmmmkfnjpiaafakibofegli
官方網址 https://chromewebstore.google.com/detail/sanjilive/lnngafjpekmmmkfnjpiaafakibofegli
簡介 SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.
檔案大小 50.37 KB
安裝次數 53
目前版本 0.0.3
更新時間 2017-07-01
上架時間 2017-07-01
評分 5.00/5 共 2 次評分
開發者 Sanji29
付費類型 free
擴展官網 https://twitch.tv/sanji29
支援的語言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SanjiLive",
    "description": "SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.",
    "version": "0.0.3",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/Trepb.png",
        "128": "icons\/Trepa.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "SanjiLive",
        "default_icon": {
            "48": "icons\/Trepb.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}