Shytoos Live

Notifie lorsque Shytoos est en live.

Shytoos Liveとは何ですか?

Shytoos Liveはhttps://shytoos.frによって開発されたChromeの拡張機能で、その主な機能は「Notifie lorsque Shytoos est en live.」です。

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

screenshot

Shytoos Live拡張機能のCRXファイルをダウンロード

Shytoos Live拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Reste attentif à mon activité en ligne grâce à mon extension !

Cette extension ajoute mon logo en haut à droite de ton navigateur qui devient coloré lorsque je suis en live sur Twitch, et elle t'enverra aussi une notification sonore.

Tu recevras aussi une notification à chaque fois que je sors une nouvelle vidéo sur ma chaîne YouTube !

Et bien sûr, l'extension est entièrement paramétrable, tu peux choisir quelles notifications t'intéressent et changer le volume du son qui les accompagne.                    

拡張機能の基本情報

名前 Shytoos Live Shytoos Live
ID opniabjgfodkngjemcenmihnolmaahnf
公式URL https://chromewebstore.google.com/detail/shytoos-live/opniabjgfodkngjemcenmihnolmaahnf
説明 Notifie lorsque Shytoos est en live.
ファイルサイズ 434 KB
インストール数 43
現在のバージョン 6.0.6
最終更新日 2020-05-27
公開日 2020-05-26
開発者 https://shytoos.fr
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://shytoos.fr/extension
対応言語 fr
manifest.json
{
    "manifest_version": 2,
    "author": "Shytoos",
    "name": "Shytoos Live",
    "short_name": "Shytoos Live",
    "description": "Notifie lorsque Shytoos est en live.",
    "homepage_url": "https:\/\/shytoos.fr",
    "version": "6.0.6",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/libs\/jquery.js",
            "js\/libs\/jquery.browser.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Shytoos - Hors-Ligne",
        "default_icon": "images\/icon_off.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "64": "images\/64.png",
        "32": "images\/32.png"
    },
    "permissions": [
        "background",
        "notifications",
        "storage",
        "https:\/\/api.shytoos.fr\/*",
        "https:\/\/i.ytimg.com\/*"
    ],
    "options_ui": {
        "page": "popup.html?options"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}