Plex Playback Speed

Plex Playback Speed

Plex Playback Speedとは何ですか?

Plex Playback SpeedはSarShaによって開発されたChromeの拡張機能で、その主な機能は「Plex Playback Speed」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension will allow you to change the playback speed when using Plex.                    

拡張機能の基本情報

名前 Plex Playback Speed Plex Playback Speed
ID laaigpikglkhlmcmlggkjpgglajlcdde
公式URL https://chromewebstore.google.com/detail/plex-playback-speed/laaigpikglkhlmcmlggkjpgglajlcdde
説明 Plex Playback Speed
ファイルサイズ 4.78 KB
インストール数 34
現在のバージョン 1.0
最終更新日 2019-08-11
公開日 2019-08-11
評価 1.00/5 合計 1 レビュー
開発者 SarSha
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plex Playback Speed",
    "version": "1.0",
    "description": "Plex Playback Speed",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}