Remove YouTube™ Tab Number

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

Что такое Remove YouTube™ Tab Number?

Remove YouTube™ Tab Number - это расширение Chrome, разработанное rossolve.it, и его основная функция - "Removes the number of notifications in parentheses that YouTube displays on tabs".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Remove YouTube™ Tab Number

Скачайте файлы расширений 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
}