NoShorts
NoShorts categorizes your subscribed videos
NoShortsคืออะไร?
NoShorts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย noshorts และคุณลักษณะหลักของมันคือ "NoShorts categorizes your subscribed videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NoShorts
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } ] } |