Save Some Shorts: Save & Revisit YT Shorts
Save and revisit your YouTube Shorts with ease.
Save Some Shorts: Save & Revisit YT Shorts क्या है?
Save Some Shorts: Save & Revisit YT Shorts dian_chrome_dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save and revisit your YouTube Shorts with ease."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save Some Shorts: Save & Revisit YT Shorts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
📖 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.
एक्सटेंशन की मूल जानकारी
नाम | Save Some Shorts: Save & Revisit YT Shorts |
ID | bnccmceigdbnheebcabkgnnalbccoblo |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-some-shorts-save-rev/bnccmceigdbnheebcabkgnnalbccoblo |
विवरण | Save and revisit your YouTube Shorts with ease. |
फ़ाइल का आकार | 18.79 KB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-01-03 |
प्रकाशन तिथि | 2023-01-03 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | dian_chrome_dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://forms.gle/GLPSQF8FNJBLSEgP7 |
सहायता पृष्ठ URL | https://forms.gle/GLPSQF8FNJBLSEgP7 |
समर्थित भाषाएँ | 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\/*" ] } ] } |