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”。

擴展截圖

screenshot

下載Rumble video accelerator擴展crx文件

下載Rumble video accelerator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extension is to put a speed pattern on all rumble videos                    

擴展基本資訊

名稱 Rumble video accelerator Rumble video accelerator
ID afedcnlnaijfabfnibpldpdkilbghgng
官方網址 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"
    ]
}