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 |
官方網址 | 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 |
電子郵箱 | [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" } } |