Remove YouTube™ Tab Number

Removes the number of notifications in parentheses that YouTube displays on tabs

什麼是Remove YouTube™ Tab Number?

Remove YouTube™ Tab Number是由rossolve.it開發的Chrome擴展程式,該擴展的主要功能是“Removes the number of notifications in parentheses that YouTube displays on tabs”。

擴展截圖

screenshot
screenshot

下載Remove YouTube™ Tab Number擴展crx文件

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

擴展使用說明

                        Would you prefer not to have your number of YouTube™ notifications on every YouTube™ tab?  

Do all of your YouTube™ tabs look the same when you have many tabs open?
Don't want the number included in your bookmarks or saved links? 
Is it information that you don't need to be reminded about?

If so, this simple Chrome extension will dynamically remove the number (and the parentheses) from any new YouTube™ tabs that you open after installing it. 

I'm finding it useful while there (currently) isn't an official setting to turn this number off. I've uploaded it here in case anyone else was also looking for the "off switch". Hope it helps.                    

擴展基本資訊

名稱 Remove YouTube™ Tab Number Remove YouTube™ Tab Number
ID mbdhdllcfaijbnebmfnglclcgfopejop
官方網址 https://chromewebstore.google.com/detail/remove-youtube-tab-number/mbdhdllcfaijbnebmfnglclcgfopejop
簡介 Removes the number of notifications in parentheses that YouTube displays on tabs
檔案大小 25.22 KB
安裝次數 549
目前版本 0.5
更新時間 2020-06-27
上架時間 2020-06-27
評分 4.42/5 共 12 次評分
開發者 rossolve.it
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove YouTube\u2122 Tab Number",
    "version": "0.5",
    "description": "Removes the number of notifications in parentheses that YouTube displays on tabs",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "rytn-icon-48.png",
        "128": "rytn-icon-128.png"
    },
    "manifest_version": 2
}