Remove YouTube™ Tab Number

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

Vad är Remove YouTube™ Tab Number?

Remove YouTube™ Tab Number är en Chrome-tillägg utvecklad av rossolve.it, och dess huvudfunktion är "Removes the number of notifications in parentheses that YouTube displays on tabs".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Remove YouTube™ Tab Number-förlängningens CRX-fil

Ladda ner Remove YouTube™ Tab Number-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Remove YouTube™ Tab Number Remove YouTube™ Tab Number
ID mbdhdllcfaijbnebmfnglclcgfopejop
Officiell webbadress https://chromewebstore.google.com/detail/remove-youtube-tab-number/mbdhdllcfaijbnebmfnglclcgfopejop
Beskrivning Removes the number of notifications in parentheses that YouTube displays on tabs
Filstorlek 25.22 KB
Antal Installationer 549
Aktuell Version 0.5
Senast Uppdaterad 2020-06-27
Publiceringsdatum 2020-06-27
Betyg 4.42/5 Totalt 12 Betyg
Utvecklare rossolve.it
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}