2x Speed
Change video speed on the web page to 2x speed
What is 2x Speed?
2x Speed is a Chrome extension developed by Unknown, and its main feature is "Change video speed on the web page to 2x speed".
Extension Screenshots
Download 2x Speed Extension CRX File
Download 2x Speed 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
When this extension is clicked, this extension doubles the playback speed of the video in the page.
Extension Basic Information
Name | 2x Speed |
ID | olomblpgcmhcgpijaioadbecpidmmdmb |
Official URL | https://chromewebstore.google.com/detail/2x-speed/olomblpgcmhcgpijaioadbecpidmmdmb |
Description | Change video speed on the web page to 2x speed |
File Size | 37.39 KB |
Installation Count | 1,652 |
Current Version | 0.0.1 |
Last Updated | 2019-07-18 |
Publish Date | 2019-07-17 |
Rating | 3.75/5 Total 4 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/redshoga/2x-video-extension |
Help Page URL | https://github.com/redshoga/2x-video-extension/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2x Speed", "version": "0.0.1", "description": "Change video speed on the web page to 2x speed", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "background": { "scripts": [ "background.js" ] } } |