Fast Forward Speed Control

Control the playback speed of videos beyond standard limits.

Wat is Fast Forward Speed Control?

Fast Forward Speed Control is een Chrome-extensie ontwikkeld door ervikth, en de belangrijkste functie is "Control the playback speed of videos beyond standard limits.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fast Forward Speed Control

Download Fast Forward Speed Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Fast Forward Speed Control Fast Forward Speed Control
ID onphnbdaloaeamdhncmepiklcplinpke
Officiële URL https://chromewebstore.google.com/detail/fast-forward-speed-contro/onphnbdaloaeamdhncmepiklcplinpke
Beschrijving Control the playback speed of videos beyond standard limits.
Bestandsgrootte 21.68 KB
Aantal Installaties 7,255
Huidige Versie 1.60
Laatst Bijgewerkt 2024-01-22
Publicatiedatum 2016-07-23
Beoordeling 4.27/5 Totaal 11 Beoordelingen
Ontwikkelaar ervikth
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Ervikth
Ondersteunde Talen 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"
    }
}