Player Enhancer for YouTube
Chrome Extension for Player Enhancer on YouTube
Player Enhancer for YouTubeとは何ですか?
Player Enhancer for YouTubeはhttps://fiahfy.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for Player Enhancer on YouTube」です。
拡張機能のスクリーンショット
Player Enhancer for YouTube拡張機能のCRXファイルをダウンロード
Player Enhancer for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Add seek buttons on the bottom control. - Add reload button on the chat menu.
拡張機能の基本情報
名前 | Player Enhancer for YouTube |
ID | enakpddkofoddibleaedgbcpbnpoeond |
公式URL | https://chromewebstore.google.com/detail/player-enhancer-for-youtu/enakpddkofoddibleaedgbcpbnpoeond |
説明 | Chrome Extension for Player Enhancer on YouTube |
ファイルサイズ | 167 KB |
インストール数 | 557 |
現在のバージョン | 0.0.6 |
最終更新日 | 2021-05-18 |
公開日 | 2020-05-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://fiahfy.blogspot.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": false, "js": [ "content-script.js" ], "css": [ "content-script.css" ] } ], "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "https:\/\/www.youtube.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Player Enhancer for YouTube", "description": "Chrome Extension for Player Enhancer on YouTube", "version": "0.0.6" } |