SLNT.stream

Use the SLNT.stream extension to listen to music with your favourite streamer

SLNT.stream란 무엇입니까?

SLNT.stream은(는) https://slnt.stream에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the SLNT.stream extension to listen to music with your favourite streamer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SLNT.stream 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use the SLNT.stream extension to listen to music with your favourite Twitch streamer without delay.

SLNT.stream wants to bring back the fun by offering you SLNT.music: a tool that syncs a music with the viewers, allowing the streamer to play copyrighted music while streaming. You can listen along using our browser extension to embed the music into the stream!

Using the browser extension will give you some extra features, such as:
• Notification when the Twitch channel you are visiting has an active SLNT session
• Seamlessly integrated music-player
• No Latency Mode: The browser extension connects to our server and communicates your local latency to the streamer, giving you the least amount of latency.                    

확장 프로그램 기본 정보

이름 SLNT.stream SLNT.stream
ID beljoephfogglpicaemgcebfddbmelpi
공식 URL https://chromewebstore.google.com/detail/slntstream/beljoephfogglpicaemgcebfddbmelpi
설명 Use the SLNT.stream extension to listen to music with your favourite streamer
파일 크기 1.59 MB
설치 횟수 27
현재 버전 2.0.2
최근 업데이트 2022-06-28
출시 날짜 2021-03-23
평점 5.00/5 총 2 개의 평점
개발자 https://slnt.stream
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://slnt.stream/
도움말 페이지 URL https://slnt.stream/support
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl5elqLUHTU5awtcQGBc8+XhHlZ1rCNe+KAlCdpgdi\/ptx2k0uQN+fyPOkadpi3vYhYc4v9uEt226+96Al7mHE9p3jDvcrtkFlY6LLY2jcx51RRoX5fXNLsTybYudH1sdX8y7q9OCKaR8hxwLELLx\/J+b5REZNnqDcK0wzQvbnVh4FDqR869mPNGw0TFCkbxKVXXvHyVTgs21Byv8pOzF3w\/x8mBLrlcgDt8kA\/opjL5V56DUokN9B4gHUOHc7faDOXYuUUAKAw7Py05O7lwPTYBRZ2BCkWD1yQyKBbTJI4MxsdgX5HvuHoPr3GAJ1HPt9aotrC7ksGfr5i7dCzy+1QIDAQAB",
    "name": "SLNT.stream",
    "description": "Use the SLNT.stream extension to listen to music with your favourite streamer",
    "version": "2.0.2",
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/twitch.js",
                "js\/youtube.js",
                "js\/communication.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/js\/player.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/assets\/img\/icon16.png",
            "48": "\/assets\/img\/icon48.png",
            "128": "\/assets\/img\/icon128.png"
        }
    },
    "icons": {
        "16": "\/assets\/img\/icon16.png",
        "48": "\/assets\/img\/icon48.png",
        "128": "\/assets\/img\/icon128.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ]
}