Really Mute Inactive Tabs LT.
This extension mute inactive tabs
Wat is Really Mute Inactive Tabs LT.?
Really Mute Inactive Tabs LT. is een Chrome-extensie ontwikkeld door mallain.com, en de belangrijkste functie is "This extension mute inactive tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Really Mute Inactive Tabs LT.
Download Really Mute Inactive Tabs LT.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension mute inactive tabs automatically. In order to make this extension work you have to enable tab audio muting UI control in Chrome flags To do so go to: chrome://flags/ Find Enable tab audio muting UI control. Click on Enable. Restart Chrome. Voila! Get pro version here: https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/pjpajaodlaollgnoonbnlcpopkfcdajk
Basisinformatie over de Extensie
Naam | |
ID | jdecdhgamljdfjlhbgdclgfkkcbdbaen |
Officiële URL | https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/jdecdhgamljdfjlhbgdclgfkkcbdbaen |
Beschrijving | This extension mute inactive tabs |
Bestandsgrootte | 31.22 KB |
Aantal Installaties | 858 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-01-06 |
Publicatiedatum | 2017-01-06 |
Beoordeling | 3.50/5 Totaal 10 Beoordelingen |
Ontwikkelaar | mallain.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://mallain.com/Apps.aspx |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Really Mute Inactive Tabs LT.", "description": "This extension mute inactive tabs", "version": "1.0", "browser_action": { "default_icon": "iconOn.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ] } |