Hide YouTube title
Renames a YouTube page's title to 'YouTube' when you click the icon
Cos'è Hide YouTube title?
Hide YouTube title è un'estensione di Chrome sviluppata da Martin Petersson, e la sua funzione principale è "Renames a YouTube page's title to 'YouTube' when you click the icon".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hide YouTube title
Scarica i file di estensione Hide YouTube title 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
Simple extension to hide the titles of YouTube videos in the tab.
Informazioni di Base sull'Estensione
Nome | Hide YouTube title |
ID | lbhefhicendlbcjaokibgkdfafdblaeb |
URL Ufficiale | https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb |
Descrizione | Renames a YouTube page's title to 'YouTube' when you click the icon |
Dimensione del File | 33.79 KB |
Conteggio Installazioni | 109 |
Versione Corrente | 1.0.1.1 |
Ultimo Aggiornamento | 2022-03-24 |
Data di Pubblicazione | 2022-03-23 |
Sviluppatore | Martin Petersson |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide YouTube title", "action": [], "manifest_version": 3, "version": "1.0.1.1", "description": "Renames a YouTube page's title to 'YouTube' when you click the icon", "icons": { "16": "icons\/peaches16x16.png", "32": "icons\/peaches32x32.png", "48": "icons\/peaches48x48.png", "128": "icons\/peaches128x128.png" }, "permissions": [ "scripting", "tabs", "storage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*", "https:\/\/youtu.be\/*" ] } |