Fast Forward Speed Control

Control the playback speed of videos beyond standard limits.

Qu'est-ce que Fast Forward Speed Control ?

Fast Forward Speed Control est une extension Chrome développée par ervikth, et sa fonction principale est "Control the playback speed of videos beyond standard limits.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fast Forward Speed Control

Téléchargez les fichiers d'extension Fast Forward Speed Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Fast Forward Speed Control Fast Forward Speed Control
ID onphnbdaloaeamdhncmepiklcplinpke
URL Officiel https://chromewebstore.google.com/detail/fast-forward-speed-contro/onphnbdaloaeamdhncmepiklcplinpke
Description Control the playback speed of videos beyond standard limits.
Taille du Fichier 21.68 KB
Nombre d'Installations 7,255
Version Actuelle 1.60
Dernière Mise à Jour 2024-01-22
Date de Publication 2016-07-23
Évaluation 4.27/5 Total 11 Évaluations
Développeur ervikth
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Ervikth
Langues Prises en Charge 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"
    }
}