YouTube Comment Expander
This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers.
YouTube Comment Expanderとは何ですか?
YouTube Comment ExpanderはJoel Henkeによって開発されたChromeの拡張機能で、その主な機能は「This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers.」です。
YouTube Comment Expander拡張機能のCRXファイルをダウンロード
YouTube Comment Expander拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The bug that this extension fixes happens when you start watching a YouTube video and enter full screen before the comments load. The 'Read More' link will be missing for the first several long comments. This extension allows you to read those longer comments without reloading the page or loading more comments.
拡張機能の基本情報
名前 | YouTube Comment Expander |
ID | bknceopjdngnciilahnddipmpjgmpfhe |
公式URL | https://chromewebstore.google.com/detail/youtube-comment-expander/bknceopjdngnciilahnddipmpjgmpfhe |
説明 | This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers. |
ファイルサイズ | 4.99 KB |
インストール数 | 88 |
現在のバージョン | 1.0 |
最終更新日 | 2017-08-26 |
公開日 | 2017-08-26 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Joel Henke |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Comment Expander", "version": "1.0", "description": "This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers.", "author": "Joel Henke", "permissions": [ "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |