YouTube On-screen Hotkeys

On screen hotkeys for youtube, with ad fast-forwarding capabilities

Cos'è YouTube On-screen Hotkeys?

YouTube On-screen Hotkeys è un'estensione di Chrome sviluppata da eric.x.dev01, e la sua funzione principale è "On screen hotkeys for youtube, with ad fast-forwarding capabilities".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube On-screen Hotkeys

Scarica i file di estensione YouTube On-screen Hotkeys 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

                        On-screen hotkeys for YouTube. Enables fast forwarding YouTube ads and videos by simple clicking the top right portion of the video. Also enables skipping and backtracking 10 seconds with cursor.                    

Informazioni di Base sull'Estensione

Nome YouTube On-screen Hotkeys YouTube On-screen Hotkeys
ID pjignmjgalcnihmjmkaliemdlagnhfnn
URL Ufficiale https://chromewebstore.google.com/detail/youtube-on-screen-hotkeys/pjignmjgalcnihmjmkaliemdlagnhfnn
Descrizione On screen hotkeys for youtube, with ad fast-forwarding capabilities
Dimensione del File 18.37 KB
Conteggio Installazioni 115
Versione Corrente 0.0.7
Ultimo Aggiornamento 2021-04-29
Data di Pubblicazione 2020-04-01
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore eric.x.dev01
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/ff48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "On screen hotkeys for youtube, with ad fast-forwarding capabilities",
    "icons": {
        "128": "images\/ff128.png",
        "16": "images\/ff16.png",
        "32": "images\/ff32.png",
        "48": "images\/ff48.png"
    },
    "manifest_version": 2,
    "name": "YouTube On-screen Hotkeys",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "https:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/*"
    ],
    "version": "0.0.7"
}