YT Shorts Blocker
Block YouTube shorts from showing up on your feed.
YT Shorts Blockerとは何ですか?
YT Shorts BlockerはNataliusによって開発されたChromeの拡張機能で、その主な機能は「Block YouTube shorts from showing up on your feed.」です。
拡張機能のスクリーンショット
YT Shorts Blocker拡張機能のCRXファイルをダウンロード
YT Shorts Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Block YouTube shorts from showing up on your feed. You are still able to view them by going directly to your shorts feed. 拡張機能の基本情報
| 名前 | |
| ID | dekfemoloimmoffncaglceheghddongm |
| 公式URL | https://chromewebstore.google.com/detail/yt-shorts-blocker/dekfemoloimmoffncaglceheghddongm |
| 説明 | Block YouTube shorts from showing up on your feed. |
| ファイルサイズ | 31.95 KB |
| インストール数 | 629 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2023-07-17 |
| 公開日 | 2023-05-08 |
| 評価 | 4.40/5 合計 5 レビュー |
| 開発者 | Natalius |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Natalius-dev/YT-Shorts-Blocker |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YT Shorts Blocker",
"description": "Block YouTube shorts from showing up on your feed.",
"version": "1.1.0",
"icons": {
"16": "icon_small.png",
"32": "icon_small.png",
"48": "icon_large.png",
"128": "icon_large.png"
},
"action": {
"default_icon": "icon_small.png",
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"index.js"
]
}
]
} | |