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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |