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 |
| Eメール | [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"
]
} | |