Extension Twitch Joy

Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…

Extension Twitch Joy란 무엇입니까?

Extension Twitch Joy은(는) sheytan0110에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…"입니다.

확장 프로그램 스크린샷

screenshot

Extension Twitch Joy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv

Informations : L'extension comporte un signal sonore lors du lancement du live.

Le signal peut être augmenté ou réduit voir même activer dans les options de celle-ci

Des bisous à vous les doux                    

확장 프로그램 기본 정보

이름 Extension Twitch Joy Extension Twitch Joy
ID oghhjloaokapcnhngmboafmgbaenfpof
공식 URL https://chromewebstore.google.com/detail/extension-twitch-joy/oghhjloaokapcnhngmboafmgbaenfpof
설명 Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…
파일 크기 4.04 MB
설치 횟수 11
현재 버전 7.8.1
최근 업데이트 2024-02-15
출시 날짜 2020-11-21
평점 5.00/5 총 2 개의 평점
개발자 sheytan0110
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://joyintv.fr/
개인정보 보호 정책 페이지 URL http://sheytan0110.atwebpages.com/chartes.html
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extension Twitch Joy",
    "description": "",
    "version": "7.8.1",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.6.0.js",
                "check.js"
            ],
            "matches": [
                "https:\/\/joyintv.fr\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.twitch.tv\/*"
    ],
    "permissions": [
        "storage",
        "alarms"
    ]
}