Snapstream

Video downloader for streaming websites.

Snapstreamคืออะไร?

Snapstream เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dwayne Foster และคุณลักษณะหลักของมันคือ "Video downloader for streaming websites."

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

screenshot

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

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

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

                        Snapstream is a video downloader for streaming websites. 

Features
- Tested and works on popular sites
- Displays all videos that can be downloaded in the popup window
- Preserves original file names if available                    

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

ชื่อ Snapstream Snapstream
ID dlnjhhlajeiekdbohajefckgejliidek
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/snapstream/dlnjhhlajeiekdbohajefckgejliidek
คำอธิบาย Video downloader for streaming websites.
ขนาดไฟล์ 936 KB
จำนวนการติดตั้ง 600,000
เวอร์ชันปัจจุบัน 1.5.6
อัปเดตครั้งล่าสุด 2020-08-13
วันที่เผยแพร่ 2020-08-13
คะแนน 3.32/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา Dwayne Foster
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1i5MzB_d2xQigDf0RatEL3e7NSNTm-NAKwEAadaw-oCI/edit?usp=sharing
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "background": {
        "page": "background.html"
    },
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "downloads",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.5.6",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/img\/download.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'"
}