WitMonkey Radar for M3U8

我是天才

What is WitMonkey Radar for M3U8?

WitMonkey Radar for M3U8 is a Chrome extension developed by subeers, and its main feature is "我是天才".

Extension Screenshots

screenshot
screenshot
screenshot

Download WitMonkey Radar for M3U8 Extension CRX File

Download WitMonkey Radar for M3U8 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        1.手動輸入m3u8網址
2.自動偵測網頁m3u8檔
3.反白m3u8網址右鍵下載                    

Extension Basic Information

Name WitMonkey Radar for M3U8 WitMonkey Radar for M3U8
ID dbgfhdhfhjdkdikilnhelkakfbnmdmpd
Official URL https://chromewebstore.google.com/detail/witmonkey-radar-for-m3u8/dbgfhdhfhjdkdikilnhelkakfbnmdmpd
Description 我是天才
File Size 265 KB
Installation Count 85
Current Version 4.2.2
Last Updated 2023-08-16
Publish Date 2023-05-15
Rating 5.00/5 Total 1 Ratings
Developer subeers
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html",
        "default_script": "js\/popup.js"
    },
    "description": "\u6211\u662f\u5929\u624d",
    "icons": {
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "93",
    "name": "WitMonkey Radar for M3U8",
    "permissions": [
        "tabs",
        "webRequest",
        "downloads",
        "storage",
        "alarms",
        "declarativeNetRequest",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/m3u8.min.js",
                "m3u8.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "4.2.2"
}