YouTube™ Double Tap Scroller

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

O que é YouTube™ Double Tap Scroller?

YouTube™ Double Tap Scroller é uma extensão do Chrome desenvolvida por Ivan, e sua principal característica é "Allows you to rewind/fast forward youtube videos by 10 sec as in the YouTube™ Android app.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube™ Double Tap Scroller

Baixe arquivos de extensão YouTube™ Double Tap Scroller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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"                    

Informações Básicas da Extensão

Nome YouTube™ Double Tap Scroller YouTube™ Double Tap Scroller
ID ggenmjajnaphneaeblgfppfinfpnjfbl
URL Oficial https://chromewebstore.google.com/detail/youtube-double-tap-scroll/ggenmjajnaphneaeblgfppfinfpnjfbl
Descrição Allows you to rewind/fast forward youtube videos by 10 sec as in the YouTube™ Android app.
Tamanho do Arquivo 10.44 KB
Contagem de Instalações 241
Versão Atual 2.1
Última Atualização 2019-11-20
Data de Publicação 2019-11-19
Classificação 3.63/5 Total de 16 Avaliações
Desenvolvedor Ivan
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}