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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |