Remove YouTube™ Tab Number
Removes the number of notifications in parentheses that YouTube displays on tabs
Cos'è Remove YouTube™ Tab Number?
Remove YouTube™ Tab Number è un'estensione di Chrome sviluppata da rossolve.it, e la sua funzione principale è "Removes the number of notifications in parentheses that YouTube displays on tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove YouTube™ Tab Number
Scarica i file di estensione Remove YouTube™ Tab Number in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Remove YouTube™ Tab Number |
ID | mbdhdllcfaijbnebmfnglclcgfopejop |
URL Ufficiale | https://chromewebstore.google.com/detail/remove-youtube-tab-number/mbdhdllcfaijbnebmfnglclcgfopejop |
Descrizione | Removes the number of notifications in parentheses that YouTube displays on tabs |
Dimensione del File | 25.22 KB |
Conteggio Installazioni | 549 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2020-06-27 |
Data di Pubblicazione | 2020-06-27 |
Valutazione | 4.42/5 Totale 12 Valutazioni |
Sviluppatore | rossolve.it |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |