Prime Video Toggle English Subtitles

Press V key to toggle English subtitles on Amazon Prime Video

Cos'è Prime Video Toggle English Subtitles?

Prime Video Toggle English Subtitles è un'estensione di Chrome sviluppata da Anton, e la sua funzione principale è "Press V key to toggle English subtitles on Amazon Prime Video".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Prime Video Toggle English Subtitles

Scarica i file di estensione Prime Video Toggle English Subtitles 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

                        Press V on your keyboard to toggle English subtitles while watching video.
I was struggling to turn on and off subtitles, so decided to build this small extension to provide extra shortcut.

Please give it a feedback. What shortcut do you want to add to Amazon Prime Video?                    

Informazioni di Base sull'Estensione

Nome Prime Video Toggle English Subtitles Prime Video Toggle English Subtitles
ID dhinnmeaoclnlchhklkafkcjeoioeala
URL Ufficiale https://chromewebstore.google.com/detail/prime-video-toggle-englis/dhinnmeaoclnlchhklkafkcjeoioeala
Descrizione Press V key to toggle English subtitles on Amazon Prime Video
Dimensione del File 29.39 KB
Conteggio Installazioni 141
Versione Corrente 7.9.5
Ultimo Aggiornamento 2019-07-13
Data di Pubblicazione 2019-07-13
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Anton
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "name": "Prime Video Toggle English Subtitles",
    "version": "7.9.5",
    "manifest_version": 2,
    "description": "Press V key to toggle English subtitles on Amazon Prime Video",
    "permissions": [
        "https:\/\/www.primevideo.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.primevideo.com\/*"
            ],
            "js": [
                "js\/index.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "minimum_chrome_version": "31",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}