TubeSum

Summarize YouTube videos

TubeSumคืออะไร?

TubeSum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tubesum.com และคุณลักษณะหลักของมันคือ "Summarize YouTube videos"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TubeSum

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

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

                        Struggling to find relevant information in a sea of YouTube content? 

Introducing TubeSum, your ultimate YouTube summarizer extension. 

Cut down on endless scrolling and achieve quick insights into YouTube podcasts, tech reviews, and trending news. 

Designed for those who seek time-saving YouTube experiences, our extension offers quick video summaries that let you get the gist in seconds. 

Elevate your YouTube experience and stay informed with TubeSum today!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TubeSum TubeSum
ID hkhihfjmjgledkdhmlohldmpnolcoabm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tubesum/hkhihfjmjgledkdhmlohldmpnolcoabm
คำอธิบาย Summarize YouTube videos
ขนาดไฟล์ 243 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 0.2.4
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2023-12-18
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://tubesum.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://tubesum.com
URL หน้าช่วยเหลือ https://tubesum.com
URL หน้านโยบายความเป็นส่วนตัว https://tubesum.com/legal/privacy-policy
ภาษาที่รองรับ de,en,fr,es,it,pt-BR,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.f58704f6.png",
        "32": "icon32.plasmo.c2d2aa82.png",
        "48": "icon48.plasmo.8db365f9.png",
        "64": "icon64.plasmo.a671a8cd.png",
        "128": "icon128.plasmo.f86e3ae6.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.f58704f6.png",
            "32": "icon32.plasmo.c2d2aa82.png",
            "48": "icon48.plasmo.8db365f9.png",
            "64": "icon64.plasmo.a671a8cd.png",
            "128": "icon128.plasmo.f86e3ae6.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.2.4",
    "author": "TubeSum.com",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tubesum.com\/*"
            ],
            "js": [
                "tubesum.501801d1.js"
            ],
            "run_at": "document_start",
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "button.95ef3009.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "summary.de2c8819.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "comment.8b647465.js"
            ],
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/tubesum.com\/*",
        "https:\/\/www.youtube.com\/*"
    ]
}