No Youtube Studio Comment Widget
Remove the last comment widget from youtube studio
Cos'è No Youtube Studio Comment Widget?
No Youtube Studio Comment Widget è un'estensione di Chrome sviluppata da RetroBoyDev, e la sua funzione principale è "Remove the last comment widget from youtube studio".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione No Youtube Studio Comment Widget
Scarica i file di estensione No Youtube Studio Comment Widget 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
Remove the last comments widget from the youtube studio dashboard Informazioni di Base sull'Estensione
| Nome | |
| ID | gpdhpiginbghlgogopajjfmiggodhbee |
| URL Ufficiale | https://chromewebstore.google.com/detail/no-youtube-studio-comment/gpdhpiginbghlgogopajjfmiggodhbee |
| Descrizione | Remove the last comment widget from youtube studio |
| Dimensione del File | 43.39 KB |
| Conteggio Installazioni | 11,963 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-05-10 |
| Data di Pubblicazione | 2023-05-09 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | RetroBoyDev |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://bit.ly/retro-privacy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "No Youtube Studio Comment Widget",
"version": "1.0",
"description": "Remove the last comment widget from youtube studio",
"content_scripts": [
{
"run_at": "document_idle",
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/studio.youtube.com\/*"
]
}
],
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
}
} | |