Streaming Downloader
Presents all the streaming sources in the current page,in a click you can open the streaming source!
Streaming Downloaderคืออะไร?
Streaming Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย liznorrissulotions และคุณลักษณะหลักของมันคือ "Presents all the streaming sources in the current page,in a click you can open the streaming source!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Streaming Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Streaming Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension gives the user the option to view and download streaming sources in different formats.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kimjclahojofdbdilpaiogjpgehlddgf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf |
คำอธิบาย | Presents all the streaming sources in the current page,in a click you can open the streaming source! |
ขนาดไฟล์ | 14.23 KB |
จำนวนการติดตั้ง | 3,407 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2022-12-02 |
วันที่เผยแพร่ | 2022-12-02 |
ผู้พัฒนา | liznorrissulotions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://home.oweverycanvas.com/ |
URL หน้าช่วยเหลือ | https://home.oweverycanvas.com/contact.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo.png", "default_title": "Streaming Downloader", "default_popup": "popup.html" }, "description": "Presents all the streaming sources in the current page,in a click you can open the streaming source!", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "Streaming Downloader", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |