Vimeo repeat & speed

Repeat & Speed buttons for Vimeo HTML5 video

什麼是Vimeo repeat & speed?

Vimeo repeat & speed是由Rudie Dirkx開發的Chrome擴展程式,該擴展的主要功能是“Repeat & Speed buttons for Vimeo HTML5 video”。

擴展截圖

screenshot

下載Vimeo repeat & speed擴展crx文件

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

擴展使用說明

                        Adds 2 buttons to Vimeo's HTML5 video player:

* REPEAT -- for listening good music
* SPEED (playback rate) -- for slow presentations

History

1.11
Set default speed (through extension icon > Options).

1.10
Accept comma numbers. Hotkeys - and + for speed.

1.8
Added playlist support. Always add buttons always.

1.5
+support for embedded vimeo (on player.vimeo.com).

1.4
Use onTimeUpdate instead of onEnded, to listen to before-the-end, to make it work in playlists etc.                    

擴展基本資訊

名稱 Vimeo repeat & speed Vimeo repeat & speed
ID noonakfaafcdaagngpjehilgegefdima
官方網址 https://chrome.google.com/webstore/detail/vimeo-repeat-speed/noonakfaafcdaagngpjehilgegefdima
簡介 Repeat & Speed buttons for Vimeo HTML5 video
檔案大小 7.29 KB
安裝次數 100,000
目前版本 1.13
更新時間 2022-06-15
上架時間 2018-11-02
評分 4.41/5 共 406 次評分
開發者 Rudie Dirkx
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/rudiedirkx/Vimeo-repeat
說明頁面URL https://github.com/rudiedirkx/Vimeo-repeat
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vimeo repeat & speed",
    "description": "Repeat & Speed buttons for Vimeo HTML5 video",
    "optional_permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "vimeo.content.js"
            ],
            "matches": [
                "*:\/\/vimeo.com\/*",
                "*:\/\/player.vimeo.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "images\/vimeo128.png",
        "48": "images\/vimeo48.png"
    },
    "version": "1.13",
    "manifest_version": 3
}