Fast Forward Speed Control

Control the playback speed of videos beyond standard limits.

Cos'è Fast Forward Speed Control?

Fast Forward Speed Control è un'estensione di Chrome sviluppata da ervikth, e la sua funzione principale è "Control the playback speed of videos beyond standard limits.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fast Forward Speed Control

Scarica i file di estensione Fast Forward Speed Control 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

                        Quick Guide:
To increase speed: Click '>>' or scroll up
To decrease speed: Click '<<' or scroll down

Take control of video playback speeds effortlessly with our extension, surpassing the standard 2x limit with a mere icon click or a scroll. Designed to be lightweight and intuitive, it offers seamless speed adjustments for an uninterrupted viewing experience, free from obtrusive controls                    

Informazioni di Base sull'Estensione

Nome Fast Forward Speed Control Fast Forward Speed Control
ID onphnbdaloaeamdhncmepiklcplinpke
URL Ufficiale https://chromewebstore.google.com/detail/fast-forward-speed-contro/onphnbdaloaeamdhncmepiklcplinpke
Descrizione Control the playback speed of videos beyond standard limits.
Dimensione del File 21.68 KB
Conteggio Installazioni 7,255
Versione Corrente 1.60
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2016-07-23
Valutazione 4.27/5 Totale 11 Valutazioni
Sviluppatore ervikth
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Ervikth
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fast Forward Speed Control",
    "version": "1.60",
    "description": "Control the playback speed of videos beyond standard limits.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}