Video Player Online
An easy-to-use and very lightweight video player for web video files.
Qu'est-ce que Video Player Online ?
Video Player Online est une extension Chrome développée par HelloWorld, et sa fonction principale est "An easy-to-use and very lightweight video player for web video files.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Video Player Online
Téléchargez les fichiers d'extension Video Player Online au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/ Informations de Base sur l'Extension
| Nom | |
| ID | lgjgjihigapkamjilanpjglggojecdek |
| URL Officiel | https://chromewebstore.google.com/detail/video-player-online/lgjgjihigapkamjilanpjglggojecdek |
| Description | An easy-to-use and very lightweight video player for web video files. |
| Taille du Fichier | 1.2 MB |
| Nombre d'Installations | 1,149 |
| Version Actuelle | 1.0.7 |
| Dernière Mise à Jour | 2022-05-18 |
| Date de Publication | 2022-05-18 |
| Évaluation | 2.33/5 Total 3 Évaluations |
| Développeur | HelloWorld |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://m3u8play.dev |
| URL de la Page de Politique de Confidentialité | https://code4you.dev/privacy.html |
| Langues Prises en Charge | 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
} | |