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
官方URL 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
}