Fast Forward Speed Control

Control the playback speed of videos beyond standard limits.

Was ist Fast Forward Speed Control?

Fast Forward Speed Control ist eine Chrome-Erweiterung, die von ervikth entwickelt wurde, und ihr Hauptmerkmal ist "Control the playback speed of videos beyond standard limits.".

Erweiterungsscreenshots

screenshot

Fast Forward Speed Control-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fast Forward Speed Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Fast Forward Speed Control Fast Forward Speed Control
ID onphnbdaloaeamdhncmepiklcplinpke
Offizielle URL https://chromewebstore.google.com/detail/fast-forward-speed-contro/onphnbdaloaeamdhncmepiklcplinpke
Beschreibung Control the playback speed of videos beyond standard limits.
Dateigröße 21.68 KB
Installationsanzahl 7,255
Aktuelle Version 1.60
Letztes Update 2024-01-22
Veröffentlichungsdatum 2016-07-23
Bewertung 4.27/5 Insgesamt 11 Bewertungen
Entwickler ervikth
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Ervikth
Unterstützte Sprachen 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"
    }
}