M3U8 Detector

Detect the m3u8 playlist.

M3U8 Detectorคืออะไร?

M3U8 Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Masaru และคุณลักษณะหลักของมันคือ "Detect the m3u8 playlist."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย M3U8 Detector

ดาวน์โหลดไฟล์ส่วนขยาย M3U8 Detector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Detect the m3u8 playlist in the contents rendered in the browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ M3U8 Detector M3U8 Detector
ID imbabaijcneibeplkllcbbiejopiocek
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/m3u8-detector/imbabaijcneibeplkllcbbiejopiocek
คำอธิบาย Detect the m3u8 playlist.
ขนาดไฟล์ 49 KB
จำนวนการติดตั้ง 965
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-03-31
วันที่เผยแพร่ 2019-03-28
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Masaru
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}