Comment Hider for YouTube™

Adds a button below the video description to hide/show the comments (for YouTube™)

什麼是Comment Hider for YouTube™?

Comment Hider for YouTube™是由http://heithe.com開發的Chrome擴展程式,該擴展的主要功能是“Adds a button below the video description to hide/show the comments (for YouTube™)”。

擴展截圖

screenshot
screenshot
screenshot

下載Comment Hider for YouTube™擴展crx文件

下載Comment Hider for YouTube™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Adds a button below the video description to hide/show the comments (for YouTube™)

Web: http://www.heithe.com/
Email: [email protected]                    

擴展基本資訊

名稱 Comment Hider for YouTube™ Comment Hider for YouTube™
ID bpalkidfdmcoobbgncphknpfnidbldbj
官方網址 https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj
簡介 Adds a button below the video description to hide/show the comments (for YouTube™)
檔案大小 33.75 KB
安裝次數 14
目前版本 0.5
更新時間 2013-03-19
上架時間 2013-03-19
評分 1.00/5 共 1 次評分
開發者 http://heithe.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.heithe.com/
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comment Hider for YouTube\u2122",
    "description": "Adds a button below the video description to hide\/show the comments (for YouTube\u2122)",
    "version": "0.5",
    "manifest_version": 2,
    "icons": {
        "16": "app_icon_16.png",
        "48": "app_icon_48.png",
        "128": "app_icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "ht_yct.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}