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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dian_chrome_dev และคุณลักษณะหลักของมันคือ "Save and revisit your YouTube Shorts with ease."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save Some Shorts: Save & Revisit YT Shorts

ดาวน์โหลดไฟล์ส่วนขยาย Save Some Shorts: Save & Revisit YT Shorts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        📖
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 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\/*"
            ]
        }
    ]
}