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
Eメール [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
}