Twitch: Click to Pause

Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!

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

Twitch: Click to Pause은(는) heltonricardo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        "Twitch: Click to Pause" is an extension that allows you to easily pause Twitch videos with a simple click on the video itself. With this extension, you no longer have to worry about missing the pause button when watching your favorite Twitch videos. Just click on the video and it will pause immediately, giving you greater control over your viewing experience. Download the extension now and start enjoying a more intuitive and personalized viewing experience on Twitch!                    

확장 프로그램 기본 정보

이름 Twitch: Click to Pause Twitch: Click to Pause
ID adobjpkknimepogllngddjikogghgdhl
공식 URL https://chromewebstore.google.com/detail/twitch-click-to-pause/adobjpkknimepogllngddjikogghgdhl
설명 Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!
파일 크기 24.14 KB
설치 횟수 103
현재 버전 1.0.1
최근 업데이트 2023-05-25
출시 날짜 2023-05-16
평점 5.00/5 총 5 개의 평점
개발자 heltonricardo
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/heltonricardo/twitch-click-to-pause
도움말 페이지 URL https://github.com/heltonricardo/twitch-click-to-pause
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 3,
    "author": "Helton Ricardo",
    "name": "Twitch: Click to Pause",
    "description": "Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png",
        "256": "assets\/img\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}