Video Playback Speed (2x-4x-16x)
Base Level Extension
What is Video Playback Speed (2x-4x-16x)?
Video Playback Speed (2x-4x-16x) is a Chrome extension developed by Özkan Arslan, and its main feature is "Base Level Extension".
Extension Screenshots
Download Video Playback Speed (2x-4x-16x) Extension CRX File
Download Video Playback Speed (2x-4x-16x) 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 is a simple playback speed control tool. You can set speed easily. It will take new control mechanism soon Extension Basic Information
| Name | |
| ID | lakkbciakcddnjmpenppddehppgjmdno |
| Official URL | https://chromewebstore.google.com/detail/video-playback-speed-2x-4/lakkbciakcddnjmpenppddehppgjmdno |
| Description | Base Level Extension |
| File Size | 60.1 KB |
| Installation Count | 2,000 |
| Current Version | 1.0 |
| Last Updated | 2021-04-11 |
| Publish Date | 2021-04-11 |
| Rating | 5.00/5 Total 3 Ratings |
| Developer | Özkan Arslan |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video Playback Speed (2x-4x-16x)",
"description": "Base Level Extension",
"version": "1.0",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html",
"default_icon": "multimedia.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Opens_hello.html"
}
}
} | |