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
公式URL 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
Eメール [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
}