Rumble video accelerator
Extension to speed up video in rumble
What is Rumble video accelerator?
Rumble video accelerator is a Chrome extension developed by https://willemallan.com.br, and its main feature is "Extension to speed up video in rumble".
Extension Screenshots
Download Rumble video accelerator Extension CRX File
Download Rumble video accelerator 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
Extension is to put a speed pattern on all rumble videos
Extension Basic Information
Name | Rumble video accelerator |
ID | afedcnlnaijfabfnibpldpdkilbghgng |
Official URL | https://chromewebstore.google.com/detail/rumble-video-accelerator/afedcnlnaijfabfnibpldpdkilbghgng |
Description | Extension to speed up video in rumble |
File Size | 126 KB |
Installation Count | 331 |
Current Version | 0.2.3 |
Last Updated | 2022-10-31 |
Publish Date | 2022-10-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://willemallan.com.br |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rumble video accelerator", "description": "Extension to speed up video in rumble", "version": "0.2.3", "author": "Willem Allan", "action": { "default_popup": "index.html" }, "icons": { "16": "icons\/rumble-16.png", "32": "icons\/rumble-32.png", "64": "icons\/rumble-64.png", "128": "icons\/rumble-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/rumble.com\/*", "https:\/\/rumble.com\/*" ], "js": [ "js\/jquery.js", "js\/background.js" ] } ], "permissions": [ "storage" ] } |