Twitch Miniplayer

Mute the ads and set volume on twitch miniplayer

Twitch Miniplayer क्या है?

Twitch Miniplayer salvagr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mute the ads and set volume on twitch miniplayer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch Miniplayer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Are you tired of missing the best of your streamer because of ads? With this extension we help you stay immersed in the stream even when these annoying ads appear.                    

एक्सटेंशन की मूल जानकारी

नाम Twitch Miniplayer Twitch Miniplayer
ID lafajgbndkiglljfhabiamkffdcfjkfg
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-miniplayer/lafajgbndkiglljfhabiamkffdcfjkfg
विवरण Mute the ads and set volume on twitch miniplayer
फ़ाइल का आकार 58.86 KB
स्थापना संख्या 463
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2022-10-21
प्रकाशन तिथि 2022-10-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर salvagr
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Miniplayer",
    "version": "1.2.2",
    "manifest_version": 3,
    "description": "Mute the ads and set volume on twitch miniplayer",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/twitch.tv\/*"
            ],
            "exclude_matches": [
                "https:\/\/clips.twitch.tv\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon.png",
        "default_title": "Twitch Miniplayer"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}