Mute Tab Helper
This extension helps manage tab audio state
ما هو Mute Tab Helper؟
Mute Tab Helper هو إضافة Chrome تم تطويرها بواسطة Jean-Lou Dupont (systemical)، والميزة الرئيسية لها هي "This extension helps manage tab audio state".
تحميل ملف CRX للإضافة Mute Tab Helper
قم بتنزيل ملفات الامتداد Mute Tab Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Are you tired of annoying pages that load and start playing audio right away ?
By default, when a tab gets loaded with a new domain (one not already tracked by the extension), the audio state will be muted (state: perma-mute).
The user has now the following choices:
* The user can mute/unmute the domain visited in the browser tab through the extension's browser action button
* The user can mute/unmute the tab through the usual tab menu - this action will not affect the state maintained by the extension معلومات أساسية عن التمديد
| الاسم | |
| ID | jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/mute-tab-helper/jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
| الوصف | This extension helps manage tab audio state |
| حجم الملف | 19.22 KB |
| عدد التثبيتات | 73 |
| النسخة الحالية | 0.0.1 |
| آخر تحديث | 2016-09-02 |
| تاريخ النشر | 2016-09-02 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Jean-Lou Dupont (systemical) |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mute Tab Helper",
"description": "This extension helps manage tab audio state",
"version": "0.0.1",
"icons": {
"128": "perma-unmute-128.png"
},
"browser_action": {
"default_title": "Mute Helper",
"default_icon": {
"38": "perma-unmute-38.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"storage",
"tabs"
]
} | |