Video Speed Controller

Speed up video on every site!

Qu'est-ce que Video Speed Controller ?

Video Speed Controller est une extension Chrome développée par https://jakubgrzywacz.pl, et sa fonction principale est "Speed up video on every site!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Video Speed Controller

Téléchargez les fichiers d'extension Video Speed Controller 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

                        Speed controller is really simple but useful extension for Chrome browser. Basically it's manipulating video speed on the site, to slow down or speed up video up to 5x speed!

Features:
- Change video speed even from 0.25 to 5.00.
- Additional button for x1/x2/x3 speed.
- Works on every site that is using video.

Changelog:
- 0.2.2
   - Experience and performance improvement
   - Update video speed on icon click
   - Reduce package size                    

Informations de Base sur l'Extension

Nom Video Speed Controller Video Speed Controller
ID oedcflfijnmdnkllbeoacabinnlgplmb
URL Officiel https://chromewebstore.google.com/detail/video-speed-controller/oedcflfijnmdnkllbeoacabinnlgplmb
Description Speed up video on every site!
Taille du Fichier 67.1 KB
Nombre d'Installations 20,000
Version Actuelle 0.2.2
Dernière Mise à Jour 2021-04-12
Date de Publication 2020-11-11
Évaluation 4.95/5 Total 20 Évaluations
Développeur https://jakubgrzywacz.pl
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://jakubgrzywacz.pl/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed Controller",
    "version": "0.2.2",
    "description": "Speed up video on every site!",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Video Speed Controller",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}