M3U8 Detector
Detect the m3u8 playlist.
Wat is M3U8 Detector?
M3U8 Detector is een Chrome-extensie ontwikkeld door Masaru, en de belangrijkste functie is "Detect the m3u8 playlist.".
Extensie Screenshots
Download het CRX-bestand van de extensie M3U8 Detector
Download M3U8 Detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Detect the m3u8 playlist in the contents rendered in the browser. Basisinformatie over de Extensie
| Naam | |
| ID | imbabaijcneibeplkllcbbiejopiocek |
| Officiële URL | https://chrome.google.com/webstore/detail/m3u8-detector/imbabaijcneibeplkllcbbiejopiocek |
| Beschrijving | Detect the m3u8 playlist. |
| Bestandsgrootte | 49 KB |
| Aantal Installaties | 965 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2019-03-31 |
| Publicatiedatum | 2019-03-28 |
| Beoordeling | 2.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Masaru |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "M3U8 Detector",
"version": "1.0.0",
"description": "Detect the m3u8 playlist.",
"icons": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"permissions": [
"webRequest",
"*:\/\/*\/*.m3u8"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons\/icon.png",
"default_title": "M3U8 Detector",
"default_popup": "popup.html"
}
} | |