Twitch Miniplayer

Mute the ads and set volume on twitch miniplayer

什麼是Twitch Miniplayer?

Twitch Miniplayer是由salvagr開發的Chrome擴展程式,該擴展的主要功能是“Mute the ads and set volume on twitch miniplayer”。

擴展截圖

screenshot

下載Twitch Miniplayer擴展crx文件

下載Twitch Miniplayer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}