YT Overlay Disabler
Enable/disable YouTube channel and video overlay at the end of videos.
什么是YT Overlay Disabler?
YT Overlay Disabler是由jose_rullva开发的Chrome扩展程序,该扩展的主要功能是“Enable/disable YouTube channel and video overlay at the end of videos.”。
扩展截图
下载YT Overlay Disabler扩展crx文件
下载YT Overlay Disabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | YT Overlay Disabler |
ID | chllpcnchiklhmenljaikomogckgfhph |
官方URL | https://chromewebstore.google.com/detail/yt-overlay-disabler/chllpcnchiklhmenljaikomogckgfhph |
简介 | Enable/disable YouTube channel and video overlay at the end of videos. |
文件大小 | 18.59 KB |
安装次数 | 20 |
当前版本 | 1.1 |
更新时间 | 2022-01-09 |
上架时间 | 2022-01-04 |
评分 | 1.00/5 共1次评分 |
开发者 | jose_rullva |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |