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
官方網址 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
}