Smart Tab Mute
Ensures that only one tab plays audio at the same time
ما هو Smart Tab Mute؟
Smart Tab Mute هو إضافة Chrome تم تطويرها بواسطة Moritz Kobrna، والميزة الرئيسية لها هي "Ensures that only one tab plays audio at the same time".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Smart Tab Mute
قم بتنزيل ملفات الامتداد Smart Tab Mute بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/
معلومات أساسية عن التمديد
الاسم | Smart Tab Mute |
ID | dnfbgicfhchdpogmafjifjgbcjdaikgn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn |
الوصف | Ensures that only one tab plays audio at the same time |
حجم الملف | 71.62 KB |
عدد التثبيتات | 4,168 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2016-07-24 |
تاريخ النشر | 2016-07-24 |
تقييم | 3.91/5 مجموع تقييمات 34 |
المطور | Moritz Kobrna |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |