Redirect Youtube Video to Embed Page
Automatically redirects video pages to their embed equivalent.
Redirect Youtube Video to Embed Pageとは何ですか?
Redirect Youtube Video to Embed Pageはrhnvrmによって開発されたChromeの拡張機能で、その主な機能は「Automatically redirects video pages to their embed equivalent.」です。
拡張機能のスクリーンショット
Redirect Youtube Video to Embed Page拡張機能のCRXファイルをダウンロード
Redirect Youtube Video to Embed Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically redirects video pages to their embed equivalent. This extension redirects youtube video pages to their respective embed link. It can be used to minimize distractions. Also you can watch youtube videos in the background in firefox mobile without having to manually open the page.
拡張機能の基本情報
名前 | Redirect Youtube Video to Embed Page |
ID | hgfpekconaphbedblngiilgojgjhodpp |
公式URL | https://chromewebstore.google.com/detail/redirect-youtube-video-to/hgfpekconaphbedblngiilgojgjhodpp |
説明 | Automatically redirects video pages to their embed equivalent. |
ファイルサイズ | 20.57 KB |
インストール数 | 111 |
現在のバージョン | 0.1.0 |
最終更新日 | 2023-01-18 |
公開日 | 2019-11-19 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | rhnvrm |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1.0", "name": "Redirect Youtube Video to Embed Page", "description": "Automatically redirects video pages to their embed equivalent.", "short_name": "yt2embed", "author": "Rohan Verma", "homepage_url": "https:\/\/github.com\/rhnvrm\/yt2embed", "icons": { "48": "assets\/icon_48.png", "256": "assets\/icon_256.png" }, "host_permissions": [ "*:\/\/youtube.com\/watch*", "*:\/\/www.youtube.com\/watch*", "*:\/\/youtube.com\/shorts*", "*:\/\/www.youtube.com\/shorts*" ], "permissions": [ "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "yt2embed_rules", "name": "yt2embed_rules", "enabled": true, "path": "rules.json" } ] } } |