Video player extension

More control over the video player

Video player extensionとは何ですか?

Video player extensionはdskloetによって開発されたChromeの拡張機能で、その主な機能は「More control over the video player」です。

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

screenshot

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

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

拡張機能の使用方法

                        Adds keyboard shortcuts to the video player on any website. Use space bar to pause and '[' and ']' to adjust speed by 0.1x increments. 'o' and 'p' to move forward and backward by 3 seconds. '\' clicks the ad skip button.                    

拡張機能の基本情報

名前 Video player extension Video player extension
ID kkipdgnjllphhbcoapilfpmflipdblfl
公式URL https://chromewebstore.google.com/detail/video-player-extension/kkipdgnjllphhbcoapilfpmflipdblfl
説明 More control over the video player
ファイルサイズ 24.99 KB
インストール数 145
現在のバージョン 0.8
最終更新日 2023-11-17
公開日 2020-09-24
評価 5.00/5 合計 1 レビュー
開発者 dskloet
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://dskl.net/screen/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video player extension",
    "version": "0.8",
    "description": "More control over the video player",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}