YouTube Keyboard Shortcuts Plus

for 3 seconds forward/backward

Cos'è YouTube Keyboard Shortcuts Plus?

YouTube Keyboard Shortcuts Plus è un'estensione di Chrome sviluppata da center, e la sua funzione principale è "for 3 seconds forward/backward".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Keyboard Shortcuts Plus

Scarica i file di estensione YouTube Keyboard Shortcuts Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension will enable keyboard shortcuts on YouTube.



      A:       3 secs backward
      S:       pause/play
      D:       3 secs forward

      C:           Toggle CC(subs) visibility
      \:            Copy the CC text
      [:            decrease Playback Rate
      ]:            increase Playback Rate (by 0.1 up to 2.5x)
      P:           Toggle Playback Rate (1.0x and Customized Speed)

(**You can also change these shortcuts very easily!**)

All you need to do from now on is just install it and click the icon! (^o^)
This extension is extremely useful especially for language learners.                    

Informazioni di Base sull'Estensione

Nome YouTube Keyboard Shortcuts Plus YouTube Keyboard Shortcuts Plus
ID knkligebdechoagelpfkckoabgnklfjm
URL Ufficiale https://chromewebstore.google.com/detail/youtube-keyboard-shortcut/knkligebdechoagelpfkckoabgnklfjm
Descrizione for 3 seconds forward/backward
Dimensione del File 24.96 KB
Conteggio Installazioni 1,361
Versione Corrente 1.7.1
Ultimo Aggiornamento 2023-11-14
Data di Pubblicazione 2022-10-03
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore center
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://beacons.ai/exis
URL della Pagina di Aiuto https://beacons.ai/exis
Lingue Supportate id,de,en,fr,vi,es,it,pl,pt-BR,pt-PT,fi,sv,el,ru,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_n__",
    "version": "1.7.1",
    "description": "for 3 seconds forward\/backward",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "js": [
                "libs\/squery.min.js",
                "libs\/hotkey.js",
                "global.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube-nocookie.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}