YouTube No Cast
Removing YouTube cast button.
Wat is YouTube No Cast?
YouTube No Cast is een Chrome-extensie ontwikkeld door https://vopp.top, en de belangrijkste functie is "Removing YouTube cast button.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube No Cast
Download YouTube No Cast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
It just removes YouTube cast button. Basisinformatie over de Extensie
| Naam | |
| ID | poaepihbaednbgblcpnjhjgekknmnndc |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-no-cast/poaepihbaednbgblcpnjhjgekknmnndc |
| Beschrijving | Removing YouTube cast button. |
| Bestandsgrootte | 4.7 KB |
| Aantal Installaties | 364 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2022-05-12 |
| Publicatiedatum | 2022-05-12 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://vopp.top |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |