M3U8 finder and HLS player
It opens a new tab on a video player
Что такое M3U8 finder and HLS player?
M3U8 finder and HLS player - это расширение Chrome, разработанное https://www.reloltv.com, и его основная функция - "It opens a new tab on a video player".
Снимки экрана расширения
Скачать файл CRX расширения M3U8 finder and HLS player
Скачайте файлы расширений M3U8 finder and HLS player в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Clicking on the extension icon will let you play any m3u8 embedded as a video html element in the current page
Основная информация о расширении
Название | M3U8 finder and HLS player |
ID | gijhpnmjcpbddpedmmdihijogkkejfgj |
Официальный URL | https://chromewebstore.google.com/detail/m3u8-finder-and-hls-playe/gijhpnmjcpbddpedmmdihijogkkejfgj |
Описание | It opens a new tab on a video player |
Размер файла | 2.18 MB |
Количество установок | 23,928 |
Текущая Версия | 1.1 |
Последнее Обновление | 2020-12-11 |
Дата публикации | 2020-12-10 |
Рейтинг | 4.55/5 Всего 22 оценок |
Разработчик | https://www.reloltv.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.reloltv.com/ |
URL страницы политики конфиденциальности | http://www.justas.biz/privacypolicy.htm |
Поддерживаемые языки | 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", " |