AutoMute Incognito
This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
ما هو AutoMute Incognito؟
AutoMute Incognito هو إضافة Chrome تم تطويرها بواسطة cilenco، والميزة الرئيسية لها هي "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!".
تحميل ملف CRX للإضافة AutoMute Incognito
قم بتنزيل ملفات الامتداد AutoMute Incognito بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| ID | egpmkeedlhphenpnjhlnlaohcmbmmccj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj |
| الوصف | This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab! |
| حجم الملف | 13.94 KB |
| عدد التثبيتات | 501 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2016-11-04 |
| تاريخ النشر | 2016-11-04 |
| تقييم | 3.67/5 مجموع تقييمات 6 |
| المطور | cilenco |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AutoMute Incognito",
"description": "This extension automatically mutes icognito tabs.\nUse CTRL+M to toogle sound of current tab!",
"version": "1.2",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "res\/icon.png"
},
"icons": {
"48": "res\/icon.png",
"128": "res\/store_icon.png"
},
"commands": {
"toglePageMute": {
"description": "Toggle sound of current Tab",
"suggested_key": {
"default": "Ctrl+M",
"windows": "Ctrl+M",
"mac": "Command+M",
"chromeos": "Ctrl+M",
"linux": "Ctrl+M"
}
}
}
} | |