YouTube Endcard Controller
Hide or show endcards on YouTube
What is YouTube Endcard Controller?
YouTube Endcard Controller is a Chrome extension developed by schmidlidev, and its main feature is "Hide or show endcards on YouTube".
Extension Screenshots
Download YouTube Endcard Controller Extension CRX File
Download YouTube Endcard Controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouTube Endcard Controller |
ID | dhcmfnihepmjalbfgelbfoecmmjjbinh |
Official URL | https://chromewebstore.google.com/detail/youtube-endcard-controlle/dhcmfnihepmjalbfgelbfoecmmjjbinh |
Description | Hide or show endcards on YouTube |
File Size | 4.73 KB |
Installation Count | 523 |
Current Version | 1.0.0 |
Last Updated | 2020-12-06 |
Publish Date | 2020-12-02 |
Rating | 5.00/5 Total 6 Ratings |
Developer | schmidlidev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |