Youtube - Noise Control

This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…

什麼是Youtube - Noise Control?

Youtube - Noise Control是由Anders Moberg開發的Chrome擴展程式,該擴展的主要功能是“This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…”。

下載Youtube - Noise Control擴展crx文件

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

擴展使用說明

                        This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and recommended videos get hidden.                    

擴展基本資訊

名稱 Youtube - Noise Control Youtube - Noise Control
ID kibcpalpaedgigdjphcplmeligepkiem
官方網址 https://chromewebstore.google.com/detail/youtube-noise-control/kibcpalpaedgigdjphcplmeligepkiem
簡介 This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…
檔案大小 3.3 KB
安裝次數 51
目前版本 0.11
更新時間 2016-12-14
上架時間 2016-12-14
評分 5.00/5 共 4 次評分
開發者 Anders Moberg
付費類型 free
擴展官網 http://a-moberg.com/
說明頁面URL https://github.com/AndersMoberg/YoutubeInterfaceDenoiser/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube - Noise Control",
    "version": "0.11",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ]
}