M3U8 finder and HLS player
It opens a new tab on a video player
M3U8 finder and HLS playerとは何ですか?
M3U8 finder and HLS playerはhttps://www.reloltv.comによって開発されたChromeの拡張機能で、その主な機能は「It opens a new tab on a video player」です。
拡張機能のスクリーンショット
M3U8 finder and HLS player拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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",
" | |