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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the number of notifications in parentheses that YouTube displays on tabs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Remove YouTube™ Tab Number एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}