M3U8 finder and HLS player
It opens a new tab on a video player
Cos'è M3U8 finder and HLS player?
M3U8 finder and HLS player è un'estensione di Chrome sviluppata da https://www.reloltv.com, e la sua funzione principale è "It opens a new tab on a video player".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione M3U8 finder and HLS player
Scarica i file di estensione M3U8 finder and HLS player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Clicking on the extension icon will let you play any m3u8 embedded as a video html element in the current page Informazioni di Base sull'Estensione
| Nome | |
| ID | gijhpnmjcpbddpedmmdihijogkkejfgj |
| URL Ufficiale | https://chromewebstore.google.com/detail/m3u8-finder-and-hls-playe/gijhpnmjcpbddpedmmdihijogkkejfgj |
| Descrizione | It opens a new tab on a video player |
| Dimensione del File | 2.18 MB |
| Conteggio Installazioni | 23,928 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2020-12-11 |
| Data di Pubblicazione | 2020-12-10 |
| Valutazione | 4.55/5 Totale 22 Valutazioni |
| Sviluppatore | https://www.reloltv.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.reloltv.com/ |
| URL della Pagina della Politica sulla Privacy | http://www.justas.biz/privacypolicy.htm |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "M3U8 finder and HLS player",
"description": "It opens a new tab on a video player",
"version": "1.1",
"offline_enabled": true,
"icons": {
"32": "img\/icon32.png",
"128": "img\/icon128.png"
},
"options_ui": {
"chrome_style": true,
"page": "m3u8_options.html"
},
"background": {
"scripts": [
"background.js",
"event.js",
"global.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
"browser_action": {
"default_icon": "img\/icon128.png",
"default_popup": "m3u8.html"
},
"permissions": [
"activeTab",
" | |