Block Shorts - No more unwanted Shorts
Remove Shorts from your YouTube desktop experience.
Block Shorts - No more unwanted Shortsとは何ですか?
Block Shorts - No more unwanted Shortsはarthur.joppartによって開発されたChromeの拡張機能で、その主な機能は「Remove Shorts from your YouTube desktop experience.」です。
拡張機能のスクリーンショット
Block Shorts - No more unwanted Shorts拡張機能のCRXファイルをダウンロード
Block Shorts - No more unwanted Shorts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension gives you the possibility to hide all unwanted YouTube Shorts by simply flipping a switch on the top of the page. 拡張機能の基本情報
| 名前 | |
| ID | adbkiegjafadlmleigmjongmcadeghmo |
| 公式URL | https://chromewebstore.google.com/detail/block-shorts-no-more-unwa/adbkiegjafadlmleigmjongmcadeghmo |
| 説明 | Remove Shorts from your YouTube desktop experience. |
| ファイルサイズ | 9.61 KB |
| インストール数 | 64 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2023-06-13 |
| 公開日 | 2022-10-26 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | arthur.joppart |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/BelgianNoise/remove-yt-shorts-chrome-extension |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Block Shorts - No more unwanted Shorts",
"version": "1.4",
"manifest_version": 3,
"description": "Remove Shorts from your YouTube desktop experience.",
"permissions": [],
"icons": {
"128": "128.png"
},
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"script.js"
],
"css": [
"style.css"
]
}
]
} | |