Remove YouTube™ Tab Number
Removes the number of notifications in parentheses that YouTube displays on tabs
Qu'est-ce que Remove YouTube™ Tab Number ?
Remove YouTube™ Tab Number est une extension Chrome développée par rossolve.it, et sa fonction principale est "Removes the number of notifications in parentheses that YouTube displays on tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Remove YouTube™ Tab Number
Téléchargez les fichiers d'extension Remove YouTube™ Tab Number au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Remove YouTube™ Tab Number |
ID | mbdhdllcfaijbnebmfnglclcgfopejop |
URL Officiel | https://chromewebstore.google.com/detail/remove-youtube-tab-number/mbdhdllcfaijbnebmfnglclcgfopejop |
Description | Removes the number of notifications in parentheses that YouTube displays on tabs |
Taille du Fichier | 25.22 KB |
Nombre d'Installations | 549 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2020-06-27 |
Date de Publication | 2020-06-27 |
Évaluation | 4.42/5 Total 12 Évaluations |
Développeur | rossolve.it |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |