Playback Speed

Change the playback speed for video or audio clips on any website!

Playback Speedとは何ですか?

Playback Speedはreveratenmによって開発されたChromeの拡張機能で、その主な機能は「Change the playback speed for video or audio clips on any website!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Web browsers have native capability of slowing down or speeding up audio and video content on almost any website. This extension taps into this functionality to let you change the playback rate even on websites that do not make that functionality available through it's standard user interface. This extension is extremely lightweight with a very simple user interface and no fancy bells and whistles - just gets the job done!                    

拡張機能の基本情報

名前 Playback Speed Playback Speed
ID gjeblkgnjlgadjnebddcllncefmmleio
公式URL https://chromewebstore.google.com/detail/playback-speed/gjeblkgnjlgadjnebddcllncefmmleio
説明 Change the playback speed for video or audio clips on any website!
ファイルサイズ 17.16 KB
インストール数 487
現在のバージョン 1.2
最終更新日 2020-10-20
公開日 2020-10-17
評価 3.00/5 合計 2 レビュー
開発者 reveratenm
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playback Speed",
    "version": "1.2",
    "description": "Change the playback speed for video or audio clips on any website!",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}