NativeVideoPlayer

Native Video Player

NativeVideoPlayerคืออะไร?

NativeVideoPlayer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย app และคุณลักษณะหลักของมันคือ "Native Video Player"

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

screenshot

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

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

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

                        Video/Camera Player for N3N Web

This service is an extension service that conveys the necessary information for Native Video Player operating in N3N Web Platform.
Passes essential elements to Video Player, such as whether or not the video will play, where and the size of the video will play.
This service is used only when using the N3N Web Platform and does not collect information from any user.                    

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

ชื่อ NativeVideoPlayer NativeVideoPlayer
ID cmjijpmellgcnlaogimdoncdjidacklc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nativevideoplayer/cmjijpmellgcnlaogimdoncdjidacklc
คำอธิบาย Native Video Player
ขนาดไฟล์ 5.65 KB
จำนวนการติดตั้ง 379
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2021-04-15
วันที่เผยแพร่ 2019-09-03
ผู้พัฒนา app
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NativeVideoPlayer",
    "version": "1.0.5",
    "description": "Native Video Player",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2
}