YouTube Video Player
YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.
YouTube Video Playerとは何ですか?
YouTube Video PlayerはOnline Appsによって開発されたChromeの拡張機能で、その主な機能は「YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.」です。
拡張機能のスクリーンショット
YouTube Video Player拡張機能のCRXファイルをダウンロード
YouTube Video Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can add any YouTube video with these options: - icon (plus) next to logo on YouTube video detail page - context menu: right click to background on YouTube video detail page - context menu: right click to any link, that directed to YouTube video Next you can play in the popup your favorited videos without go to youtube.com and without download this video. Important button is Detailed view, which open player in detail mode on new tab. Enjoy!
拡張機能の基本情報
名前 | YouTube Video Player |
ID | cbklkhaojmgbcgkpbemolkionjbepkfc |
公式URL | https://chromewebstore.google.com/detail/youtube-video-player/cbklkhaojmgbcgkpbemolkionjbepkfc |
説明 | YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later. |
ファイルサイズ | 138 KB |
インストール数 | 13,983 |
現在のバージョン | 1.1 |
最終更新日 | 2020-02-29 |
公開日 | 2020-02-28 |
評価 | 3.59/5 合計 34 レビュー |
開発者 | Online Apps |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.e-players.net/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Video Player", "description": "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.", "version": "1.1", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "https:\/\/www.youtube.com\/*", "contextMenus", "notifications" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "web_accessible_resources": [ "img\/button_add.png" ] } |