NativeVideoPlayer
Native Video Player
ما هو NativeVideoPlayer؟
NativeVideoPlayer هو إضافة Chrome تم تطويرها بواسطة app، والميزة الرئيسية لها هي "Native Video Player".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NativeVideoPlayer
قم بتنزيل ملفات الامتداد NativeVideoPlayer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 } |