playrate
Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video
Wat is playrate?
playrate is een Chrome-extensie ontwikkeld door Evaw, en de belangrijkste functie is "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video".
Extensie Screenshots
Download het CRX-bestand van de extensie playrate
Download playrate-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
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.
Basisinformatie over de Extensie
Naam | |
ID | pjefnlaeacgiihhaahpglacipajmbfjb |
Officiële URL | https://chrome.google.com/webstore/detail/playrate/pjefnlaeacgiihhaahpglacipajmbfjb |
Beschrijving | Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video |
Bestandsgrootte | 17.35 KB |
Aantal Installaties | 301 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2016-04-07 |
Publicatiedatum | 2016-04-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Evaw |
Betalingswijze | free |
Extensiewebsite | https://github.com/Evaw/playrate |
Ondersteunde Talen | 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" ] } |