Fast Forward Speed Control
Control the playback speed of videos beyond standard limits.
What is Fast Forward Speed Control?
Fast Forward Speed Control is a Chrome extension developed by ervikth, and its main feature is "Control the playback speed of videos beyond standard limits.".
Extension Screenshots
Download Fast Forward Speed Control Extension CRX File
Download Fast Forward Speed Control 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
Quick Guide: To increase speed: Click '>>' or scroll up To decrease speed: Click '<<' or scroll down Take control of video playback speeds effortlessly with our extension, surpassing the standard 2x limit with a mere icon click or a scroll. Designed to be lightweight and intuitive, it offers seamless speed adjustments for an uninterrupted viewing experience, free from obtrusive controls
Extension Basic Information
Name | Fast Forward Speed Control |
ID | onphnbdaloaeamdhncmepiklcplinpke |
Official URL | https://chromewebstore.google.com/detail/fast-forward-speed-contro/onphnbdaloaeamdhncmepiklcplinpke |
Description | Control the playback speed of videos beyond standard limits. |
File Size | 21.68 KB |
Installation Count | 7,255 |
Current Version | 1.60 |
Last Updated | 2024-01-22 |
Publish Date | 2016-07-23 |
Rating | 4.27/5 Total 11 Ratings |
Developer | ervikth |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Ervikth |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fast Forward Speed Control", "version": "1.60", "description": "Control the playback speed of videos beyond standard limits.", "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |