Youtube Video Search
Redirects the default google videos tab to search youtube, instead of the default google videos search.
Youtube Video Searchとは何ですか?
Youtube Video Searchはjabbersofficialによって開発されたChromeの拡張機能で、その主な機能は「Redirects the default google videos tab to search youtube, instead of the default google videos search.」です。
拡張機能のスクリーンショット
Youtube Video Search拡張機能のCRXファイルをダウンロード
Youtube Video Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When browsing google, it is sometimes more convenient to have the "videos" tab to redirect straight to youtube. This extension aims to solve this by redirecting the videos tab straight to youtube.
拡張機能の基本情報
名前 | Youtube Video Search |
ID | igmgnochpgmbjdoacllndnokjkmbfkji |
公式URL | https://chromewebstore.google.com/detail/youtube-video-search/igmgnochpgmbjdoacllndnokjkmbfkji |
説明 | Redirects the default google videos tab to search youtube, instead of the default google videos search. |
ファイルサイズ | 46.97 KB |
インストール数 | 25 |
現在のバージョン | 1.2 |
最終更新日 | 2021-04-23 |
公開日 | 2020-12-24 |
開発者 | jabbersofficial |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Video Search", "version": "1.2", "description": "Redirects the default google videos tab to search youtube, instead of the default google videos search.", "manifest_version": 2, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*" ], "js": [ "jquery-3.5.1.min.js", "youtubevideosearch.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" } } |