No YouTube Shorts
Hides YouTube Shorts and redirects you to the home page if you open a shorts video
No YouTube Shortsとは何ですか?
No YouTube ShortsはDiefenbaker Bellによって開発されたChromeの拡張機能で、その主な機能は「Hides YouTube Shorts and redirects you to the home page if you open a shorts video」です。
拡張機能のスクリーンショット
No YouTube Shorts拡張機能のCRXファイルをダウンロード
No YouTube Shorts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This will hide the navigation button to Shorts, hide the video thumbnails for any Shorts, and redirect you to a page of your choice if you accidentally end up on a Shorts video.
Each of these can be individually disabled by clicking the No YouTube Shorts extension icon in the top-right of Google Chrome, and there is also a button to disable the extension for one hour.
Feature requests: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Aenhancement
Bug reports: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Abug 拡張機能の基本情報
| 名前 | |
| ID | cankncniogidmgifjpmaooockgomfmmn |
| 公式URL | https://chromewebstore.google.com/detail/no-youtube-shorts/cankncniogidmgifjpmaooockgomfmmn |
| 説明 | Hides YouTube Shorts and redirects you to the home page if you open a shorts video |
| ファイルサイズ | 1.77 MB |
| インストール数 | 363 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2022-04-08 |
| 公開日 | 2022-04-07 |
| 評価 | 2.71/5 合計 7 レビュー |
| 開発者 | Diefenbaker Bell |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/DiefBell/No-Youtube-Shorts-Extension/tree/main |
| ヘルプページのURL | https://github.com/DiefBell/No-Youtube-Shorts-Extension/issues |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "No YouTube Shorts",
"description": "Hides YouTube Shorts and redirects you to the home page if you open a shorts video",
"version": "1.0.0",
"icons": {
"16": "\/icon\/no-yt-shorts-16.png",
"32": "\/icon\/no-yt-shorts-32.png",
"48": "\/icon\/no-yt-shorts-48.png",
"128": "\/icon\/no-yt-shorts-128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*"
],
"action": {
"default_title": "YT No Shorts",
"default_popup": "popup.html",
"default_icon": {
"16": "\/icon\/no-yt-shorts-16.png",
"32": "\/icon\/no-yt-shorts-32.png",
"48": "\/icon\/no-yt-shorts-48.png",
"128": "\/icon\/no-yt-shorts-128.png"
}
}
} | |