Save Some Shorts: Save & Revisit YT Shorts
Save and revisit your YouTube Shorts with ease.
Co je Save Some Shorts: Save & Revisit YT Shorts?
Save Some Shorts: Save & Revisit YT Shorts je rozšíření Chrome vyvinuté dian_chrome_dev, a jeho hlavní funkcí je „Save and revisit your YouTube Shorts with ease.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Save Some Shorts: Save & Revisit YT Shorts
Stáhněte si soubory rozšíření Save Some Shorts: Save & Revisit YT Shorts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
📖
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. Základní Informace o Rozšíření
| Název | |
| ID | bnccmceigdbnheebcabkgnnalbccoblo |
| Oficiální URL | https://chromewebstore.google.com/detail/save-some-shorts-save-rev/bnccmceigdbnheebcabkgnnalbccoblo |
| Popis | Save and revisit your YouTube Shorts with ease. |
| Velikost souboru | 18.79 KB |
| Počet instalací | 28 |
| Aktuální Verze | 1.0.0 |
| Poslední Aktualizace | 2023-01-03 |
| Datum Vydání | 2023-01-03 |
| Hodnocení | 4.50/5 Celkem 2 Hodnocení |
| Vývojář | dian_chrome_dev |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://forms.gle/GLPSQF8FNJBLSEgP7 |
| URL Stránky Nápovědy | https://forms.gle/GLPSQF8FNJBLSEgP7 |
| Podporované Jazyky | 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\/*"
]
}
]
} | |