YouTube No Cast
Removing YouTube cast button.
Cos'è YouTube No Cast?
YouTube No Cast è un'estensione di Chrome sviluppata da https://vopp.top, e la sua funzione principale è "Removing YouTube cast button.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube No Cast
Scarica i file di estensione YouTube No Cast 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
It just removes YouTube cast button. Informazioni di Base sull'Estensione
| Nome | |
| ID | poaepihbaednbgblcpnjhjgekknmnndc |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-no-cast/poaepihbaednbgblcpnjhjgekknmnndc |
| Descrizione | Removing YouTube cast button. |
| Dimensione del File | 4.7 KB |
| Conteggio Installazioni | 364 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2022-05-12 |
| Data di Pubblicazione | 2022-05-12 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | https://vopp.top |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube No Cast",
"description": "Removing YouTube cast button.",
"version": "1.0.2",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"index.js"
],
"all_frames": true,
"run_at": "document_end"
}
],
"icons": {
"128": "icon.png"
},
"host_permissions": [
"*:\/\/*.youtube.com\/*"
]
} | |