Yt tools

YouTube enhancements.

Yt toolsとは何ですか?

Yt toolsはhobosoft.productionによって開発されたChromeの拡張機能で、その主な機能は「YouTube enhancements.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Adds fast forward and rewind 5s buttons to youtube player. Adds Ctrl+q shortcut which focuses search bar. Automatically clicks 'Are you still watching?' Yes                    

拡張機能の基本情報

名前 Yt tools Yt tools
ID apemfkbcaiefdoeceaaefidpcgmfckkk
公式URL https://chromewebstore.google.com/detail/yt-tools/apemfkbcaiefdoeceaaefidpcgmfckkk
説明 YouTube enhancements.
ファイルサイズ 5.11 KB
インストール数 44
現在のバージョン 1.2
最終更新日 2020-12-15
公開日 2020-12-15
評価 2.00/5 合計 1 レビュー
開発者 hobosoft.production
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yt tools",
    "version": "1.2",
    "description": "YouTube enhancements.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ]
}