Minyami
Minyami Chrome Extension
Minyami क्या है?
Minyami Eridanus Sora द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minyami Chrome Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Minyami एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
                        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.                     एक्सटेंशन की मूल जानकारी
| नाम |   |  
| 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"
}  |  |