Video Play Speed

Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.

Video Play Speedとは何ですか?

Video Play SpeedはJosephus Paye IIによって開発されたChromeの拡張機能で、その主な機能は「Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.」です。

拡張機能のスクリーンショット

screenshot

Video Play Speed拡張機能のCRXファイルをダウンロード

Video Play Speed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows you to easily change the playback speed of videos you are watching. You can speed up or slow down your videos in 3 clicks:

1. Right-click the video
2. Click Video Play Speed
3. Choose your playback speed

Note: YouTube™ videos not supported, as YouTube™ already supports changing the playback speed. Also, flash videos not supported, HTML5 videos only.

YouTube™ is a trademark of Google Inc.

The source of this extension is available here: https://github.com/JosephusPaye/video-playback-speed-extension                    

拡張機能の基本情報

名前 Video Play Speed Video Play Speed
ID lciiobdgpdlmfjnahgcdmgebmpfkphpb
公式URL https://chromewebstore.google.com/detail/video-play-speed/lciiobdgpdlmfjnahgcdmgebmpfkphpb
説明 Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.
ファイルサイズ 55.27 KB
インストール数 3,259
現在のバージョン 0.1
最終更新日 2024-01-16
公開日 2016-03-31
評価 3.09/5 合計 11 レビュー
開発者 Josephus Paye II
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Play Speed",
    "author": "Josephus Paye II",
    "description": "Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "background": {
        "scripts": [
            "video-speed.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}