Smart Tab Mute
Ensures that only one tab plays audio at the same time
Hvad er Smart Tab Mute?
Smart Tab Mute er en Chrome-udvidelse udviklet af Moritz Kobrna, og dens hovedfunktion er "Ensures that only one tab plays audio at the same time".
Udvidelsesskærmbilleder
Download Smart Tab Mute-udvidelses-CRX-fil
Download Smart Tab Mute-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Smart Tab Mute ensures that only one tab is playing sound at the same time
The extension is also available for Firefox:
https://addons.mozilla.org/de/firefox/addon/smart-tab-mute/ Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dnfbgicfhchdpogmafjifjgbcjdaikgn |
| Officiel URL | https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn |
| Beskrivelse | Ensures that only one tab plays audio at the same time |
| Filstørrelse | 71.62 KB |
| Antal Installationer | 4,168 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2016-07-24 |
| Udgivelsesdato | 2016-07-24 |
| Bedømmelse | 3.91/5 Samlet 34 Bedømmelser |
| Udvikler | Moritz Kobrna |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Smart Tab Mute",
"description": "Ensures that only one tab plays audio at the same time",
"version": "1.0.1",
"icons": {
"16": "images\/icon128.png",
"48": "images\/icon128.png",
"128": "images\/icon128.png"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"permissions": [
"tabs",
"storage"
]
} | |