playback speed extension
Very simple extension to control the playback speed of
What is playback speed extension?
playback speed extension is a Chrome extension developed by michaelerasmus, and its main feature is "Very simple extension to control the playback speed of
Download playback speed extension Extension CRX File
Download playback speed extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A super simple chrome extension to control the playback speed of any video element
Extension Basic Information
Name | |
ID | jokfkmkphpmdnonolbpnpacodbgjfeam |
Official URL | https://chrome.google.com/webstore/detail/playback-speed-extension/jokfkmkphpmdnonolbpnpacodbgjfeam |
Description | Very simple extension to control the playback speed of |
File Size | 8.93 KB |
Installation Count | 540 |
Current Version | 0.0.4 |
Last Updated | 2014-12-29 |
Publish Date | 2014-12-29 |
Rating | 4.64/5 Total 11 Ratings |
Developer | michaelerasmus |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "playback speed extension", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |