YouTube™ Double Tap Scroller

Allows you to rewind/fast forward youtube videos by 10 sec as in the YouTube™ Android app.

YouTube™ Double Tap Scroller란 무엇입니까?

YouTube™ Double Tap Scroller은(는) Ivan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to rewind/fast forward youtube videos by 10 sec as in the YouTube™ Android app."입니다.

확장 프로그램 스크린샷

screenshot

YouTube™ Double Tap Scroller 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Double tap on the left central side of the video to rewind 10 sec and double tap on right central side to fast forward 10 sec.
This works only for tapping. Double click on left and right sides will run fullscreen.
This add-on is only for youtube.com.
Developed for touch-screen laptops or tablets.
Supports other sites, which contain youtube iframe.
In Options is possible to set up rewind/fast forward interval (1sec - 20sec) and the tapping area's Width (10% - 50%) and Height (10% - 90%)

v2.0: Now supports m.youtube.com for mobile apps
v2.1: Added option "Hide messages while scrolling"                    

확장 프로그램 기본 정보

이름 YouTube™ Double Tap Scroller YouTube™ Double Tap Scroller
ID ggenmjajnaphneaeblgfppfinfpnjfbl
공식 URL https://chromewebstore.google.com/detail/youtube-double-tap-scroll/ggenmjajnaphneaeblgfppfinfpnjfbl
설명 Allows you to rewind/fast forward youtube videos by 10 sec as in the YouTube™ Android app.
파일 크기 10.44 KB
설치 횟수 241
현재 버전 2.1
최근 업데이트 2019-11-20
출시 날짜 2019-11-19
평점 3.63/5 총 16 개의 평점
개발자 Ivan
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube\u2122 Double Tap Scroller",
    "version": "2.1",
    "description": "Allows you to rewind\/fast forward youtube videos by 10 sec as in the YouTube\u2122 Android app.",
    "icons": {
        "48": "ico-48.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "https:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "youtubedtap.js"
            ],
            "css": [
                "ydbt.css"
            ],
            "all_frames": true
        }
    ]
}