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 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
电子邮箱 [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"
    }
}