Better Subscriptions for YouTube™
Make navigating YouTube's subscription grid easier by hiding watched videos
Better Subscriptions for YouTube™คืออะไร?
Better Subscriptions for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OsaSoft และคุณลักษณะหลักของมันคือ "Make navigating YouTube's subscription grid easier by hiding watched videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Subscriptions for YouTube™
ดาวน์โหลดไฟล์ส่วนขยาย Better Subscriptions for YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This plugin adds a toggle to the YouTube Subscription Feed that allows users to toggle whether or not they want watched videos to show up in the feed. The aim of this is to make navigating the subscription feed much easier and intuitive. Current features: - Hide videos that are marked as WATCHED on Subscriptions Feed, YT Home and Channel Videos page - Mark videos as WATCHED to hide them from feed - Mark all as WATCHED - Hide videos in subscription feed automatically, once you start watching them - Hide Premieres until they are available to watch - Hide Shorts automatically - Hide empty sections (Today, Yesterday, Last Week, etc) - Collapse sections to navigate to older videos more easily - Show videos that have been hidden - When hidden videos are shown, unmark videos as WATCHED to show them in feed again - Settings page with configurable options If you find any bugs or want to request new features, or if you want to contribute to the project, you're more than welcome to do so via Github: https://github.com/OsaSoft/youtube-better-subscriptions You can also reach out to me via Twitter: https://twitter.com/Osa_Soft You can find the Firefox version of this extension over at: https://addons.mozilla.org/cs/firefox/addon/youtube-better-subscriptions/ For the full changelog see the install/update page or on GitHub.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better Subscriptions for YouTube™ |
ID | fkchdogohkjpnhfkganifkbbjcjofbjf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-subscriptions-for/fkchdogohkjpnhfkganifkbbjcjofbjf |
คำอธิบาย | Make navigating YouTube's subscription grid easier by hiding watched videos |
ขนาดไฟล์ | 116 KB |
จำนวนการติดตั้ง | 4,253 |
เวอร์ชันปัจจุบัน | 0.19.1 |
อัปเดตครั้งล่าสุด | 2023-10-04 |
วันที่เผยแพร่ | 2020-03-31 |
คะแนน | 3.81/5 รวมทั้งหมด 84 คะแนน |
ผู้พัฒนา | OsaSoft |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/OsaSoft/youtube-better-subscriptions |
URL หน้าช่วยเหลือ | https://github.com/OsaSoft/youtube-better-subscriptions/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Make navigating YouTube's subscription grid easier by hiding watched videos", "short_name": "Better Subs", "manifest_version": 2, "name": "Better Subscriptions for YouTube\u2122", "version": "0.19.1", "browser_specific_settings": { "gecko": { "id": "{5dc6dafa-584e-424a-bf90-1d1d8cfa3caa}", "strict_min_version": "55.0" } }, "icons": { "48": "icons\/ic_video_library_black_48dp_1x.png" }, "developer": { "name": "Oscar Hernandez", "url": "https:\/\/github.com\/OsaSoft" }, "web_accessible_resources": [ "images\/*" ], "permissions": [ "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "util.js", "common.js", "settingsLoader.js", "queries.js", "videos\/Video.js", "videos\/SubscriptionsVideo.js", "subs-ui.js", "subs.js", "vid.js", "pageHandler.js" ], "css": [ "common.css", "subs.css" ] } ], "background": { "scripts": [ "pages\/background.js" ] }, "options_ui": { "page": "pages\/settings\/settings.html", "open_in_tab": true } } |