Picture-in-Picture for Youtube
Activates the Picture-in-Picture button and other useful features.
Picture-in-Picture for Youtubeとは何ですか?
Picture-in-Picture for YoutubeはSuper Zombiによって開発されたChromeの拡張機能で、その主な機能は「Activates the Picture-in-Picture button and other useful features.」です。
拡張機能のスクリーンショット
Picture-in-Picture for Youtube拡張機能のCRXファイルをダウンロード
Picture-in-Picture for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Picture in Picture, MaxVolumer, Hide unwanted, Speed Control in Shorts, Rewind in Shorts, Full Screen in Shorts and etc.
拡張機能の基本情報
名前 | Picture-in-Picture for Youtube |
ID | choemllnhinpmdednemjdpbaolkpnhck |
公式URL | https://chromewebstore.google.com/detail/picture-in-picture-for-yo/choemllnhinpmdednemjdpbaolkpnhck |
説明 | Activates the Picture-in-Picture button and other useful features. |
ファイルサイズ | 786 KB |
インストール数 | 396 |
現在のバージョン | 2.4.11 |
最終更新日 | 2023-12-15 |
公開日 | 2023-08-30 |
評価 | 4.50/5 合計 4 レビュー |
開発者 | Super Zombi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/SuperZombi/Picture-in-Picture-for-Youtube |
ヘルプページのURL | https://github.com/SuperZombi/Picture-in-Picture-for-Youtube/issues |
対応言語 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.4.11", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "action": { "default_popup": "menu\/options.html", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "icons": { "128": "images\/icon-128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "options_ui": { "open_in_tab": false, "page": "menu\/options.html" }, "homepage_url": "https:\/\/github.com\/SuperZombi\/Picture-in-Picture-for-Youtube", "minimum_chrome_version": "107.0.5304.87" } |