NoShorts
NoShorts categorizes your subscribed videos
NoShortsとは何ですか?
NoShortsはnoshortsによって開発されたChromeの拡張機能で、その主な機能は「NoShorts categorizes your subscribed videos」です。
拡張機能のスクリーンショット
NoShorts拡張機能のCRXファイルをダウンロード
NoShorts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
NoShorts adds tabs to the YouTube subscriptions page, putting different types of videos in their own tabs. This makes it easier to browse and view. Avoid too many shorts videos on the subscriptions page. NoShorts only works on your youtube subscription page. If you don't want to see shorts video recommendations on the YouTube homepage or the other pages, you can try to select the [Not interested] button on the shorts video. Youtube will reduce or no longer recommend shorts videos for you. - Remove recommended content: https://support.google.com/youtube/answer/6125535
拡張機能の基本情報
名前 | NoShorts |
ID | jimhmfkkehjpmaofepnkkbdianjilihf |
公式URL | https://chromewebstore.google.com/detail/noshorts/jimhmfkkehjpmaofepnkkbdianjilihf |
説明 | NoShorts categorizes your subscribed videos |
ファイルサイズ | 13.25 KB |
インストール数 | 20 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-06-07 |
公開日 | 2023-02-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | noshorts |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NoShorts", "version": "1.0.1", "description": "NoShorts categorizes your subscribed videos", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "noshorts.js" ] } ] } |