Click to Pause for Twitch

Click the Twitch video to pause.

Click to Pause for Twitch란 무엇입니까?

Click to Pause for Twitch은(는) SamVK에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click the Twitch video to pause."입니다.

확장 프로그램 스크린샷

screenshot

Click to Pause for Twitch 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Twitch is the only popular video player where you can't click on the video to play/pause the stream. No more! "Click to Pause for Twitch" adds the simple functionally of toggling the play/pause state by clicking on it. Don't worry: double-click to toggle fullscreen still works too.                    

확장 프로그램 기본 정보

이름 Click to Pause for Twitch Click to Pause for Twitch
ID dmfaigalopddebbakgnifldgfhdinopo
공식 URL https://chromewebstore.google.com/detail/click-to-pause-for-twitch/dmfaigalopddebbakgnifldgfhdinopo
설명 Click the Twitch video to pause.
파일 크기 14.48 KB
설치 횟수 759
현재 버전 1.1.0
최근 업데이트 2022-02-07
출시 날짜 2021-11-01
평점 4.08/5 총 12 개의 평점
개발자 SamVK
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/samvk/twitch-click-to-pause
도움말 페이지 URL https://samvk.com/contact
개인정보 보호 정책 페이지 URL https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click to Pause for Twitch",
    "manifest_version": 2,
    "version": "1.1.0",
    "description": "Click the Twitch video to pause.",
    "author": "Sam Kauffman (SamVK)",
    "icons": {
        "16": "img\/icon\/icon-16.png",
        "48": "img\/icon\/icon-48.png",
        "128": "img\/icon\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}