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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}