YouTube Word Search

Search through YouTube videos for keywords.

YouTube Word Searchとは何ですか?

YouTube Word Searchはjamirian45によって開発されたChromeの拡張機能で、その主な機能は「Search through YouTube videos for keywords.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Enter a phrase into the search bar. Jump forwards or backwards to any time in the video where the phrase was mentioned.

Support for caption-less videos coming soon!                    

拡張機能の基本情報

名前 YouTube Word Search YouTube Word Search
ID mkjccbihbkldjhdidiafbnpdkdkpnifn
公式URL https://chromewebstore.google.com/detail/youtube-word-search/mkjccbihbkldjhdidiafbnpdkdkpnifn
説明 Search through YouTube videos for keywords.
ファイルサイズ 93.05 KB
インストール数 169
現在のバージョン 2.0.3
最終更新日 2023-09-17
公開日 2020-05-22
評価 5.00/5 合計 3 レビュー
開発者 jamirian45
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Word Search",
    "short_name": "YouTube Search",
    "version": "2.0.3",
    "description": "Search through YouTube videos for keywords.",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}