Playback Speed

Change the playback speed for video or audio clips on any website!

Qu'est-ce que Playback Speed ?

Playback Speed est une extension Chrome développée par reveratenm, et sa fonction principale est "Change the playback speed for video or audio clips on any website!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Playback Speed

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

                        Web browsers have native capability of slowing down or speeding up audio and video content on almost any website. This extension taps into this functionality to let you change the playback rate even on websites that do not make that functionality available through it's standard user interface. This extension is extremely lightweight with a very simple user interface and no fancy bells and whistles - just gets the job done!                    

Informations de Base sur l'Extension

Nom Playback Speed Playback Speed
ID gjeblkgnjlgadjnebddcllncefmmleio
URL Officiel https://chromewebstore.google.com/detail/playback-speed/gjeblkgnjlgadjnebddcllncefmmleio
Description Change the playback speed for video or audio clips on any website!
Taille du Fichier 17.16 KB
Nombre d'Installations 487
Version Actuelle 1.2
Dernière Mise à Jour 2020-10-20
Date de Publication 2020-10-17
Évaluation 3.00/5 Total 2 Évaluations
Développeur reveratenm
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playback Speed",
    "version": "1.2",
    "description": "Change the playback speed for video or audio clips on any website!",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}