Mute Tabs
This extension enables mute/unmute for all tabs in Google Chrome.
ما هو Mute Tabs؟
Mute Tabs هو إضافة Chrome تم تطويرها بواسطة ykushch، والميزة الرئيسية لها هي "This extension enables mute/unmute for all tabs in Google Chrome.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mute Tabs
قم بتنزيل ملفات الامتداد Mute Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Muting and unmuting behavior will affect already opened and new tabs. I will appreciate for your proposals and bug reporting!
معلومات أساسية عن التمديد
الاسم | |
ID | dmnijdnindlggpbphaokobmejlkmneip |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mute-tabs/dmnijdnindlggpbphaokobmejlkmneip |
الوصف | This extension enables mute/unmute for all tabs in Google Chrome. |
حجم الملف | 40.94 KB |
عدد التثبيتات | 448 |
النسخة الحالية | 1.2 |
آخر تحديث | 2016-01-05 |
تاريخ النشر | 2016-01-05 |
تقييم | 3.71/5 مجموع تقييمات 14 |
المطور | ykushch |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Tabs", "version": "1.2", "description": "This extension enables mute\/unmute for all tabs in Google Chrome.", "icons": { "16": "images\/sound-16.png", "48": "images\/sound-48.png", "128": "images\/sound-128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/sound-19.png", "38": "images\/sound-38.png" }, "default_title": "Mute-Unmute" }, "permissions": [ "storage" ] } |