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文件

下載YouTube™ Double Tap Scroller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    ]
}