Remove YouTube™ Tab Number
Removes the number of notifications in parentheses that YouTube displays on tabs
Wat is Remove YouTube™ Tab Number?
Remove YouTube™ Tab Number is een Chrome-extensie ontwikkeld door rossolve.it, en de belangrijkste functie is "Removes the number of notifications in parentheses that YouTube displays on tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Remove YouTube™ Tab Number
Download Remove YouTube™ Tab Number-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Remove YouTube™ Tab Number |
ID | mbdhdllcfaijbnebmfnglclcgfopejop |
Officiële URL | https://chromewebstore.google.com/detail/remove-youtube-tab-number/mbdhdllcfaijbnebmfnglclcgfopejop |
Beschrijving | Removes the number of notifications in parentheses that YouTube displays on tabs |
Bestandsgrootte | 25.22 KB |
Aantal Installaties | 549 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2020-06-27 |
Publicatiedatum | 2020-06-27 |
Beoordeling | 4.42/5 Totaal 12 Beoordelingen |
Ontwikkelaar | rossolve.it |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |