Fern for YouTube
Moves comments to be next to the video on YouTube!
Fern for YouTubeとは何ですか?
Fern for YouTubeはAhsan Z.によって開発されたChromeの拡張機能で、その主な機能は「Moves comments to be next to the video on YouTube!」です。
拡張機能のスクリーンショット
Fern for YouTube拡張機能のCRXファイルをダウンロード
Fern for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever wanted to read YouTube comments and watch the video at the same time without having to scroll down? Well, this extension helps you do just that! Fern for YouTube will move comments up and place them right next to the video! If you want to move the comments back down to their original position, you can simply toggle the "disable" button on the extension pane! Enjoy a better, frustration-free YouTube comments experience with Fern For YouTube! Note: This product is not affiliated with YouTube or Google in any way.
拡張機能の基本情報
名前 | Fern for YouTube |
ID | ppgbpdpeihnmhiidcakkjpigfpeajjmk |
公式URL | https://chromewebstore.google.com/detail/fern-for-youtube/ppgbpdpeihnmhiidcakkjpigfpeajjmk |
説明 | Moves comments to be next to the video on YouTube! |
ファイルサイズ | 37.57 KB |
インストール数 | 46 |
現在のバージョン | 1.0 |
最終更新日 | 2022-05-12 |
公開日 | 2022-05-12 |
開発者 | Ahsan Z. |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://fern234234.s3.us-east-2.amazonaws.com/PrivacyPolicy.pdf |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fern for YouTube", "description": "Moves comments to be next to the video on YouTube!", "version": "1.0", "manifest_version": 3, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "youtube_style.css" ], "js": [ "youtube.js" ], "run_at": "document_idle" } ] } |