M3U8 finder and HLS player
It opens a new tab on a video player
Vad är M3U8 finder and HLS player?
M3U8 finder and HLS player är en Chrome-tillägg utvecklad av https://www.reloltv.com, och dess huvudfunktion är "It opens a new tab on a video player".
Tilläggsskärmbilder
Ladda ner M3U8 finder and HLS player-förlängningens CRX-fil
Ladda ner M3U8 finder and HLS player-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Clicking on the extension icon will let you play any m3u8 embedded as a video html element in the current page Grundläggande Information om Tillägg
| Namn | |
| ID | gijhpnmjcpbddpedmmdihijogkkejfgj |
| Officiell webbadress | https://chromewebstore.google.com/detail/m3u8-finder-and-hls-playe/gijhpnmjcpbddpedmmdihijogkkejfgj |
| Beskrivning | It opens a new tab on a video player |
| Filstorlek | 2.18 MB |
| Antal Installationer | 23,928 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2020-12-11 |
| Publiceringsdatum | 2020-12-10 |
| Betyg | 4.55/5 Totalt 22 Betyg |
| Utvecklare | https://www.reloltv.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.reloltv.com/ |
| URL till Sekretesspolicy Sidan | http://www.justas.biz/privacypolicy.htm |
| Stödda Språk | 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",
" | |