Video Playback Speed

Allows you to change the playback speed of a video.

Video Playback Speedとは何ですか?

Video Playback SpeedはTom2718によって開発されたChromeの拡張機能で、その主な機能は「Allows you to change the playback speed of a video.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A very simple extension that allows the user to change the playback speed of a video.

- Ultra lightweight and very simple. 
- Open source code.
- Change playback speed to any number.
- Easy 'up' and 'down' controls.

Permissions: The extension requires access to the current tab so that it can change the speed. It will say it has access to all websites but only runs when opened. You can also verify the source code.

View source code here:
https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension                    

拡張機能の基本情報

名前 Video Playback Speed Video Playback Speed
ID oadpkpccehnaggddokffjbamieodolki
公式URL https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki
説明 Allows you to change the playback speed of a video.
ファイルサイズ 4.88 KB
インストール数 254
現在のバージョン 1.0
最終更新日 2018-08-07
公開日 2018-07-22
評価 5.00/5 合計 2 レビュー
開発者 Tom2718
支払い方法 free
拡張機能のウェブサイト https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension
ヘルプページのURL https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Playback Speed",
    "description": "Allows you to change the playback speed of a video.",
    "author": "Tom2718",
    "version": "1.0",
    "browser_action": {
        "default_icon": "video-ext.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}