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 |
官方網址 | 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" } } |