Plex Speed

An extension that allows changing video playback speed in Plex Web Player

Cos'è Plex Speed?

Plex Speed è un'estensione di Chrome sviluppata da Roman, e la sua funzione principale è "An extension that allows changing video playback speed in Plex Web Player".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Plex Speed

Scarica i file di estensione Plex Speed 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 allows changing video playback speed in Plex Web Player. 

This is really useful for watching educational videos because by increasing playback speed you can spend less time watching the video and still be able to understand everything.                    

Informazioni di Base sull'Estensione

Nome Plex Speed Plex Speed
ID kegkeieegiecchgneffbcbjknmjminjj
URL Ufficiale https://chromewebstore.google.com/detail/plex-speed/kegkeieegiecchgneffbcbjknmjminjj
Descrizione An extension that allows changing video playback speed in Plex Web Player
Dimensione del File 1002 KB
Conteggio Installazioni 6,234
Versione Corrente 1.1.2
Ultimo Aggiornamento 2021-07-16
Data di Pubblicazione 2017-08-29
Valutazione 4.65/5 Totale 43 Valutazioni
Sviluppatore Roman
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plex Speed",
    "version": "1.1.2",
    "description": "An extension that allows changing video playback speed in Plex Web Player",
    "icons": {
        "32": "images\/plex32.png",
        "64": "images\/plex64.png",
        "128": "images\/plex128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/plex32.png",
            "64": "images\/plex64.png",
            "128": "images\/plex128.png"
        },
        "default_title": "Plex Speed",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "alarms"
    ]
}