Video Speeder
Allowing videos speed to go over 2X
What is Video Speeder?
Video Speeder is a Chrome extension developed by https://saqrware.com, and its main feature is "Allowing videos speed to go over 2X".
Extension Screenshots
Download Video Speeder Extension CRX File
Download Video Speeder 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
This extension allows you to set speed over 2X, simple and easy to use.
Extension Basic Information
Name | Video Speeder |
ID | ghfkbpggnigpnoagmbndhkfjgfaenoag |
Official URL | https://chromewebstore.google.com/detail/video-speeder/ghfkbpggnigpnoagmbndhkfjgfaenoag |
Description | Allowing videos speed to go over 2X |
File Size | 25.14 KB |
Installation Count | 2,440 |
Current Version | 0.0.2 |
Last Updated | 2022-10-10 |
Publish Date | 2022-06-16 |
Rating | 4.56/5 Total 9 Ratings |
Developer | https://saqrware.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Speeder", "version": "0.0.2", "description": "Allowing videos speed to go over 2X", "manifest_version": 3, "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/*\/" ], "author": "Omar Saqr", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "index.html", "default_title": "Video Speeder" } } |