Minyami
Minyami Chrome Extension
Minyamiคืออะไร?
Minyami เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eridanus Sora และคุณลักษณะหลักของมันคือ "Minyami Chrome Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minyami
ดาวน์โหลดไฟล์ส่วนขยาย Minyami ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Minyami (Chrome Extension) is a Chrome extension to detect HLS video streams and generate CLI commands for Minyami CLI. 1.1.17 Add English support.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Minyami |
ID | cgejkofhdaffiifhcohjdbbheldkiaed |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/minyami/cgejkofhdaffiifhcohjdbbheldkiaed |
คำอธิบาย | Minyami Chrome Extension |
ขนาดไฟล์ | 1.22 MB |
จำนวนการติดตั้ง | 13,427 |
เวอร์ชันปัจจุบัน | 1.4.9 |
อัปเดตครั้งล่าสุด | 2024-01-20 |
วันที่เผยแพร่ | 2020-06-19 |
คะแนน | 4.76/5 รวมทั้งหมด 25 คะแนน |
ผู้พัฒนา | Eridanus Sora |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://github.com/Last-Order/Minyami |
URL หน้าช่วยเหลือ | https://github.com/Last-Order/Minyami |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minyami", "version": "1.4.9", "author": "Eridanus Sora", "manifest_version": 3, "description": "Minyami Chrome Extension", "action": { "default_popup": ".\/config\/index.html", "default_title": "Minyami" }, "background": { "service_worker": ".\/background.js" }, "icons": { "128": "assets\/logo.png" }, "permissions": [ "tabs", "scripting", "storage" ], "host_permissions": [ "https:\/\/www.openrec.tv\/*", "https:\/\/abema.tv\/channels\/*\/slots\/*", "https:\/\/abema.tv\/video\/*", "https:\/\/abema.tv\/payperview\/*", "https:\/\/live2.nicovideo.jp\/watch\/*", "https:\/\/live.nicovideo.jp\/watch\/*", "https:\/\/www.dmm.com\/digital\/-\/player\/*", "https:\/\/www.dmm.com\/monthly\/-\/player\/*", "https:\/\/www.dmm.co.jp\/digital\/-\/player\/*", "https:\/\/www.dmm.co.jp\/monthly\/-\/player\/*", "https:\/\/www.360ch.tv\/video\/view\/*", "https:\/\/www.sonymusic.co.jp\/*", "https:\/\/twitcasting.tv\/*", "https:\/\/www.showroom-live.com\/*", "https:\/\/hibiki-radio.jp\/*", "https:\/\/www.onsen.ag\/*", "https:\/\/www.youtube.com\/*", "https:\/\/nogidoga.com\/episode\/*", "https:\/\/spwn.jp\/*", "https:\/\/stagecrowd.live\/*", "https:\/\/live.bilibili.com\/*", "https:\/\/mixbox.live\/campaign_live\/*", "https:\/\/playervspf.channel.or.jp\/*", "https:\/\/nicochannel.jp\/*", "https:\/\/pizzaradio.jp\/*", "https:\/\/gs-ch.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.openrec.tv\/*", "https:\/\/abema.tv\/channels\/*\/slots\/*", "https:\/\/abema.tv\/video\/*", "https:\/\/abema.tv\/payperview\/*", "https:\/\/live2.nicovideo.jp\/watch\/*", "https:\/\/live.nicovideo.jp\/watch\/*", "https:\/\/www.dmm.com\/digital\/-\/player\/*", "https:\/\/www.dmm.com\/monthly\/-\/player\/*", "https:\/\/www.dmm.co.jp\/digital\/-\/player\/*", "https:\/\/www.dmm.co.jp\/monthly\/-\/player\/*", "https:\/\/www.360ch.tv\/video\/view\/*", "https:\/\/www.sonymusic.co.jp\/*", "https:\/\/twitcasting.tv\/*", "https:\/\/www.showroom-live.com\/*", "https:\/\/hibiki-radio.jp\/*", "https:\/\/www.onsen.ag\/*", "https:\/\/www.youtube.com\/*", "https:\/\/nogidoga.com\/episode\/*", "https:\/\/spwn.jp\/*", "https:\/\/stagecrowd.live\/*", "https:\/\/live.bilibili.com\/*", "https:\/\/mixbox.live\/campaign_live\/*", "https:\/\/playervspf.channel.or.jp\/*", "https:\/\/nicochannel.jp\/*", "https:\/\/pizzaradio.jp\/*", "https:\/\/gs-ch.com\/*" ], "run_at": "document_end", "js": [ ".\/assets\/scripts\/inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/assets\/scripts\/inject_core.js" ], "matches": [ "*:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.openrec.tv\/*", "https:\/\/abema.tv\/channels\/*\/slots\/*", "https:\/\/abema.tv\/video\/*", "https:\/\/abema.tv\/payperview\/*", "https:\/\/live2.nicovideo.jp\/watch\/*", "https:\/\/live.nicovideo.jp\/watch\/*", "https:\/\/www.dmm.com\/digital\/-\/player\/*", "https:\/\/www.dmm.com\/monthly\/-\/player\/*", "https:\/\/www.dmm.co.jp\/digital\/-\/player\/*", "https:\/\/www.dmm.co.jp\/monthly\/-\/player\/*", "https:\/\/www.360ch.tv\/video\/view\/*", "https:\/\/www.sonymusic.co.jp\/*", "https:\/\/twitcasting.tv\/*", "https:\/\/www.showroom-live.com\/*", "https:\/\/hibiki-radio.jp\/*", "https:\/\/www.onsen.ag\/*", "https:\/\/www.youtube.com\/*", "https:\/\/nogidoga.com\/episode\/*", "https:\/\/spwn.jp\/*", "https:\/\/stagecrowd.live\/*", "https:\/\/live.bilibili.com\/*", "https:\/\/mixbox.live\/campaign_live\/*", "https:\/\/playervspf.channel.or.jp\/*", "https:\/\/nicochannel.jp\/*", "https:\/\/pizzaradio.jp\/*", "https:\/\/gs-ch.com\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApOAvWQj8J9VZITRyM3ZkADne+Mswjchky3CFZon98uxrUwf1yV0RFzm8Y9CkygRHgNlKlLSFQF0pi5Or6YziNJpc1z97VgmI7Wwv89R\/D\/92JHyw1oq+LWmQAv3NnpJNqUGqMvTWmDamLP6z1kE4ikeGvqBSvlN+vlGSCYM4shS3JyavRL4LM1rBvTyFGFXmotixJ9HVEB6+IZa9tjHWHrz5FD5WAYjCKOuj3Cw6uC0tAOKTTr2vwVVUEHGPJDNd\/WXGyyIeZw6kocd459L6MM5VkV\/xSvwcwvvftAj\/JVH0mo6nRQn2R1L+9l6XMYMZAW2D5USCwcFu542C9B8ATwIDAQAB" } |