Youtube Shorts Remover
This extension removes #Shorts from the Youtube.
Cos'è Youtube Shorts Remover?
Youtube Shorts Remover è un'estensione di Chrome sviluppata da Joni Nieminen, e la sua funzione principale è "This extension removes #Shorts from the Youtube.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube Shorts Remover
Scarica i file di estensione Youtube Shorts Remover 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
This extension removes #Shorts from the Youtube. Informazioni di Base sull'Estensione
| Nome | |
| ID | dhjncafckekooldfkmonpohjnbhopdoc |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-shorts-remover/dhjncafckekooldfkmonpohjnbhopdoc |
| Descrizione | This extension removes #Shorts from the Youtube. |
| Dimensione del File | 3.17 KB |
| Conteggio Installazioni | 35 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-01-19 |
| Data di Pubblicazione | 2023-01-19 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Joni Nieminen |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Youtube Shorts Remover",
"description": "This extension removes #Shorts from the Youtube.",
"version": "1.0",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"background.js"
]
}
]
} | |