Save Some Shorts: Save & Revisit YT Shorts
Save and revisit your YouTube Shorts with ease.
Save Some Shorts: Save & Revisit YT Shorts là gì?
Save Some Shorts: Save & Revisit YT Shorts là một tiện ích mở rộng Chrome được phát triển bởi dian_chrome_dev, và tính năng chính của nó là "Save and revisit your YouTube Shorts with ease.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Save Some Shorts: Save & Revisit YT Shorts
Tải xuống các tệp mở rộng Save Some Shorts: Save & Revisit YT Shorts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
📖 I built this to simplify how I store Youtube Shorts. Not scrolling past the hundreds of bookmarks and folders that I don't check, and definitely not in a Google Doc with a list of links… "Just 1 click to save, and 1 click to view" Shorts are saved across your personal, school, and work laptops.* Hope this can also help the select few with the same problem 😃. If you have any suggestions or feedbacks, feel free to reach out via ➡️ Google Form: forms.gle/GLPSQF8FNJBLSEgP7 ➡️ Twitter: twitter.com/dian_tweets 🐌 Current Limitations: Only 512 items (shorts) are allowed to be saved in chrome's sync storage Stylized for dark mode users Sometimes there are 2 buttons displayed, your shorts are still saved when clicking on either. * Devices must use the same Google account.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Save Some Shorts: Save & Revisit YT Shorts |
ID | bnccmceigdbnheebcabkgnnalbccoblo |
URL Chính Thức | https://chromewebstore.google.com/detail/save-some-shorts-save-rev/bnccmceigdbnheebcabkgnnalbccoblo |
Mô tả | Save and revisit your YouTube Shorts with ease. |
Kích Thước Tệp | 18.79 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-01-03 |
Ngày Phát Hành | 2023-01-03 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | dian_chrome_dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://forms.gle/GLPSQF8FNJBLSEgP7 |
URL Trang Trợ Giúp | https://forms.gle/GLPSQF8FNJBLSEgP7 |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Save Some Shorts: Save & Revisit YT Shorts", "version": "1.0.0", "description": "Save and revisit your YouTube Shorts with ease.", "permissions": [ "storage", "webNavigation", "activeTab" ], "background": { "service_worker": "scripts\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |