Tube comments

Enables custom disqus youtube comments

什么是Tube comments?

Tube comments是由Suriya开发的Chrome扩展程序,该扩展的主要功能是“Enables custom disqus youtube comments”。

扩展截图

screenshot

下载Tube comments扩展crx文件

下载Tube comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you ever faced "Comments are turned off"  on any Youtube videos don't worry you can still comment using this chrome extension via Disqus comments community from the same youtube page itself cool right..!                    

扩展基本信息

名称 Tube comments Tube comments
ID ojjglcjjkhpgbelpkikcfembbacpokoc
官方URL https://chromewebstore.google.com/detail/tube-comments/ojjglcjjkhpgbelpkikcfembbacpokoc
简介 Enables custom disqus youtube comments
文件大小 13.4 KB
安装次数 13
当前版本 0.1
更新时间 2020-08-06
上架时间 2020-08-06
开发者 Suriya
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tube comments",
    "description": "Enables custom disqus youtube comments",
    "version": "0.1",
    "icons": {
        "16": "comment.png",
        "48": "comment.png",
        "128": "comment.png"
    },
    "browser_action": {
        "default_icon": "comment.png",
        "default_popup": "content.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "extension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}