Video Player Online
An easy-to-use and very lightweight video player for web video files.
Video Player Onlineคืออะไร?
Video Player Online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HelloWorld และคุณลักษณะหลักของมันคือ "An easy-to-use and very lightweight video player for web video files."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Player Online
ดาวน์โหลดไฟล์ส่วนขยาย Video Player Online ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An easy-to-use and very lightweight video player for web video files.
Supported
m3u8
mp4
HLS
MPEG DASH
MPEG DASH (Shaka)
FLV
WebTorrent
Work with other MSE library
Online version:
https://m3u8play.dev/ ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lgjgjihigapkamjilanpjglggojecdek |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-player-online/lgjgjihigapkamjilanpjglggojecdek |
| คำอธิบาย | An easy-to-use and very lightweight video player for web video files. |
| ขนาดไฟล์ | 1.2 MB |
| จำนวนการติดตั้ง | 1,149 |
| เวอร์ชันปัจจุบัน | 1.0.7 |
| อัปเดตครั้งล่าสุด | 2022-05-18 |
| วันที่เผยแพร่ | 2022-05-18 |
| คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | HelloWorld |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://m3u8play.dev |
| URL หน้านโยบายความเป็นส่วนตัว | https://code4you.dev/privacy.html |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Video Player Online",
"version": "1.0.7",
"description": "An easy-to-use and very lightweight video player for web video files.",
"action": {
"default_icon": "icon\/icon64.png"
},
"background": {
"service_worker": "js\/background.js"
},
"options_ui": {
"page": "index.html",
"open_in_tab": true
},
"icons": {
"16": "icon\/icon16.png",
"64": "icon\/icon64.png",
"128": "icon\/icon128.png"
},
"permissions": [],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/",
"*:\/\/*\/"
],
"offline_enabled": true
} | |