WitMonkey Radar for M3U8

我是天才

Cos'è WitMonkey Radar for M3U8?

WitMonkey Radar for M3U8 è un'estensione di Chrome sviluppata da subeers, e la sua funzione principale è "我是天才".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WitMonkey Radar for M3U8

Scarica i file di estensione WitMonkey Radar for M3U8 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WitMonkey Radar for M3U8 WitMonkey Radar for M3U8
ID dbgfhdhfhjdkdikilnhelkakfbnmdmpd
URL Ufficiale https://chromewebstore.google.com/detail/witmonkey-radar-for-m3u8/dbgfhdhfhjdkdikilnhelkakfbnmdmpd
Descrizione 我是天才
Dimensione del File 265 KB
Conteggio Installazioni 85
Versione Corrente 4.2.2
Ultimo Aggiornamento 2023-08-16
Data di Pubblicazione 2023-05-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore subeers
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}