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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |