Toggle YouTube Comments

Allows you to turn YouTube comments on or off.

什麼是Toggle YouTube Comments?

Toggle YouTube Comments是由outrexian開發的Chrome擴展程式,該擴展的主要功能是“Allows you to turn YouTube comments on or off.”。

擴展截圖

screenshot

下載Toggle YouTube Comments擴展crx文件

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

擴展使用說明

                        Allows you to hide YouTube comments easily.                    

擴展基本資訊

名稱 Toggle YouTube Comments Toggle YouTube Comments
ID jbdobfgfojodildcochemiicdpbppkoh
官方網址 https://chrome.google.com/webstore/detail/toggle-youtube-comments/jbdobfgfojodildcochemiicdpbppkoh
簡介 Allows you to turn YouTube comments on or off.
檔案大小 36.27 KB
安裝次數 24
目前版本 1.0
更新時間 2012-05-12
上架時間 2012-05-12
評分 2.00/5 共 4 次評分
開發者 outrexian
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toggle YouTube Comments",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Allows you to turn YouTube comments on or off.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "permissions": [],
    "options_page": "options.html"
}