YouTube Speed

Extension for quickly switching YouTube video playback speed.

YouTube Speedとは何ですか?

YouTube Speedはhttps://mee4dy.ruによって開発されたChromeの拡張機能で、その主な機能は「Extension for quickly switching YouTube video playback speed.」です。

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

screenshot

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

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

拡張機能の使用方法

                        The extension adds the ability to quickly switch the video playback speed on YouTube.
Switch video playback speed in one click!                    

拡張機能の基本情報

名前 YouTube Speed YouTube Speed
ID pbednjjkmmffbflkaokiafommndhafef
公式URL https://chromewebstore.google.com/detail/youtube-speed/pbednjjkmmffbflkaokiafommndhafef
説明 Extension for quickly switching YouTube video playback speed.
ファイルサイズ 55.85 KB
インストール数 15
現在のバージョン 1.0.0
最終更新日 2021-12-07
公開日 2020-06-24
開発者 https://mee4dy.ru
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://mee4dy.ru/terms
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/inj.js"
            ],
            "css": [
                "css\/inj.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "Extension for quickly switching YouTube video playback speed.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "YouTube Speed",
    "version": "1.0.0"
}