Rumble video accelerator
Extension to speed up video in rumble
什么是Rumble video accelerator?
Rumble video accelerator是由https://willemallan.com.br开发的Chrome扩展程序,该扩展的主要功能是“Extension to speed up video in rumble”。
扩展截图
下载Rumble video accelerator扩展crx文件
下载Rumble video accelerator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension is to put a speed pattern on all rumble videos 扩展基本信息
| 名称 | |
| ID | afedcnlnaijfabfnibpldpdkilbghgng |
| 官方URL | https://chromewebstore.google.com/detail/rumble-video-accelerator/afedcnlnaijfabfnibpldpdkilbghgng |
| 简介 | Extension to speed up video in rumble |
| 文件大小 | 126 KB |
| 安装次数 | 331 |
| 当前版本 | 0.2.3 |
| 更新时间 | 2022-10-31 |
| 上架时间 | 2022-10-30 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://willemallan.com.br |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |