Plex Playback Speed

Plex Playback Speed

Cos'è Plex Playback Speed?

Plex Playback Speed è un'estensione di Chrome sviluppata da SarSha, e la sua funzione principale è "Plex Playback Speed".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Plex Playback Speed

Scarica i file di estensione Plex Playback 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 will allow you to change the playback speed when using Plex.                    

Informazioni di Base sull'Estensione

Nome Plex Playback Speed Plex Playback Speed
ID laaigpikglkhlmcmlggkjpgglajlcdde
URL Ufficiale https://chromewebstore.google.com/detail/plex-playback-speed/laaigpikglkhlmcmlggkjpgglajlcdde
Descrizione Plex Playback Speed
Dimensione del File 4.78 KB
Conteggio Installazioni 34
Versione Corrente 1.0
Ultimo Aggiornamento 2019-08-11
Data di Pubblicazione 2019-08-11
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore SarSha
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plex Playback Speed",
    "version": "1.0",
    "description": "Plex Playback Speed",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}