Twitch Ad Muter
Mutes Twitch tabs when ads roll
What is Twitch Ad Muter?
Twitch Ad Muter is a Chrome extension developed by sylqis, and its main feature is "Mutes Twitch tabs when ads roll".
Extension Screenshots
Download Twitch Ad Muter Extension CRX File
Download Twitch Ad Muter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Twitch's obnoxiously loud ads will get automatically muted by this extension so you don't wake up your entire house because you wanted to watch Clint Stevens at 4 AM
Extension Basic Information
Name | Twitch Ad Muter |
ID | onnniedjlchmaadhlkecfkikephcceed |
Official URL | https://chromewebstore.google.com/detail/twitch-ad-muter/onnniedjlchmaadhlkecfkikephcceed |
Description | Mutes Twitch tabs when ads roll |
File Size | 37.77 KB |
Installation Count | 4,000 |
Current Version | 0.92 |
Last Updated | 2020-12-29 |
Publish Date | 2020-12-23 |
Rating | 4.55/5 Total 38 Ratings |
Developer | sylqis |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Ad Muter", "version": "0.92", "description": "Mutes Twitch tabs when ads roll", "manifest_version": 2, "permissions": [ "*:\/\/*.twitch.tv\/*", "webRequest", "webRequestBlocking" ], "icons": { "16": "images\/pop_mute_16.png", "32": "images\/pop_mute_32.png", "48": "images\/pop_mute_48.png", "128": "images\/pop_mute_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |