YouTube Endcard Controller
Hide or show endcards on YouTube
Cos'è YouTube Endcard Controller?
YouTube Endcard Controller è un'estensione di Chrome sviluppata da schmidlidev, e la sua funzione principale è "Hide or show endcards on YouTube".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Endcard Controller
Scarica i file di estensione YouTube Endcard Controller 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
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.
Informazioni di Base sull'Estensione
Nome | YouTube Endcard Controller |
ID | dhcmfnihepmjalbfgelbfoecmmjjbinh |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-endcard-controlle/dhcmfnihepmjalbfgelbfoecmmjjbinh |
Descrizione | Hide or show endcards on YouTube |
Dimensione del File | 4.73 KB |
Conteggio Installazioni | 523 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-12-06 |
Data di Pubblicazione | 2020-12-02 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | schmidlidev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |