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
公式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
Eメール [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
        }
    ]
}