playrate
Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video
Was ist playrate?
playrate ist eine Chrome-Erweiterung, die von Evaw entwickelt wurde, und ihr Hauptmerkmal ist "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video".
Erweiterungsscreenshots
playrate-Erweiterungs-CRX-Datei herunterladen
Laden Sie playrate-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
You can speedup or slowdown a video. This extension allows you to control the playback rate of an html video on the current page. The goal is to be very simple and just do one thing. Disclaimer * if the video is played through a plugin like flash, this extension will not be able to function.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pjefnlaeacgiihhaahpglacipajmbfjb |
Offizielle URL | https://chrome.google.com/webstore/detail/playrate/pjefnlaeacgiihhaahpglacipajmbfjb |
Beschreibung | Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video |
Dateigröße | 17.35 KB |
Installationsanzahl | 301 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2016-04-07 |
Veröffentlichungsdatum | 2016-04-07 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Evaw |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Evaw/playrate |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "playrate", "version": "1.0.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "description": "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "browser_action": { "default_icon": "playrate.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |