YouTube Endcard Controller
Hide or show endcards on YouTube
Wat is YouTube Endcard Controller?
YouTube Endcard Controller is een Chrome-extensie ontwikkeld door schmidlidev, en de belangrijkste functie is "Hide or show endcards on YouTube".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Endcard Controller
Download YouTube Endcard Controller-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
Features
* Toggle between showing and hiding intrusive YouTube Endcards.
* Control is integrated seamlessly into the YouTube video player settings.
* No annoying badge icon on your browser like other extensions.
* Current selection is remembered across sessions and even across devices. Basisinformatie over de Extensie
| Naam | |
| ID | dhcmfnihepmjalbfgelbfoecmmjjbinh |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-endcard-controlle/dhcmfnihepmjalbfgelbfoecmmjjbinh |
| Beschrijving | Hide or show endcards on YouTube |
| Bestandsgrootte | 4.73 KB |
| Aantal Installaties | 523 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2020-12-06 |
| Publicatiedatum | 2020-12-02 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | schmidlidev |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube Endcard Controller",
"version": "1.0.0",
"description": "Hide or show endcards on YouTube",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"128": "icon128.png"
}
} | |