YouTube Endcard Controller
Hide or show endcards on YouTube
Apa itu YouTube Endcard Controller?
YouTube Endcard Controller adalah ekstensi Chrome yang dikembangkan oleh schmidlidev, dan fitur utamanya adalah "Hide or show endcards on YouTube".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Endcard Controller
Unduh file ekstensi YouTube Endcard Controller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | YouTube Endcard Controller |
ID | dhcmfnihepmjalbfgelbfoecmmjjbinh |
URL Resmi | https://chromewebstore.google.com/detail/youtube-endcard-controlle/dhcmfnihepmjalbfgelbfoecmmjjbinh |
Deskripsi | Hide or show endcards on YouTube |
Ukuran File | 4.73 KB |
Jumlah Instalasi | 523 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-12-06 |
Tanggal Publikasi | 2020-12-02 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | schmidlidev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |