YT Overlay Disabler
Enable/disable YouTube channel and video overlay at the end of videos.
What is YT Overlay Disabler?
YT Overlay Disabler is a Chrome extension developed by jose_rullva, and its main feature is "Enable/disable YouTube channel and video overlay at the end of videos.".
Extension Screenshots
Download YT Overlay Disabler Extension CRX File
Download YT Overlay Disabler 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
Enable/disable YouTube channel and video overlay at the end of videos. It is by default enabled every time you refresh the page or load a new video, since it isn't usually necessary to disable it.
Extension Basic Information
Name | YT Overlay Disabler |
ID | chllpcnchiklhmenljaikomogckgfhph |
Official URL | https://chromewebstore.google.com/detail/yt-overlay-disabler/chllpcnchiklhmenljaikomogckgfhph |
Description | Enable/disable YouTube channel and video overlay at the end of videos. |
File Size | 18.59 KB |
Installation Count | 20 |
Current Version | 1.1 |
Last Updated | 2022-01-09 |
Publish Date | 2022-01-04 |
Rating | 1.00/5 Total 1 Ratings |
Developer | jose_rullva |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YT Overlay Disabler", "description": "Enable\/disable YouTube channel and video overlay at the end of videos.", "version": "1.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "overlay.js" ] } ], "action": { "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |