Mute Tabs
Allows you to mute and unmute all tabs with a click
Mute Tabs क्या है?
Mute Tabs Walter Heinz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to mute and unmute all tabs with a click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mute Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Mute All Tabs Take back control of the audio experience with Mute All Tabs. This feature automatically mutes any audio from playing while browsing the web. Quickly mute tabs with keyboard shortcuts Keyboard shortcuts for muting tabs. Default setup: - Mute/Unmute current tab - Alt + Shift + M - Mute all except current one - Alt+Shift+N - Mute/Unmute all tabs - Alt + Shift + Comma Keybindings can be edited through the "Keyboard Shortcut" menu at the bottom right in the Chrome extension settings.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | flijakpnjdklhnlceokechmjabmgfije |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mute-tabs/flijakpnjdklhnlceokechmjabmgfije |
विवरण | Allows you to mute and unmute all tabs with a click |
फ़ाइल का आकार | 24.75 KB |
स्थापना संख्या | 441 |
वर्तमान संस्करण | 1.8.0.2 |
अंतिम अपडेट | 2019-07-14 |
प्रकाशन तिथि | 2019-07-11 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | Walter Heinz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/sound_on_19.png", "38": "images\/sound_on_38.png" }, "default_title": "Mute-Unmute" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; style-src 'self' ; connect-src *; object-src 'self' ", "description": "Allows you to mute and unmute all tabs with a click", "icons": { "16": "images\/sound_on_16.png", "48": "images\/sound_on_48.png", "128": "images\/sound_on_128.png" }, "manifest_version": 2, "name": "Mute Tabs", "permissions": [ "alarms", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "unlimitedStorage", "webRequest", "webRequestBlocking", "notifications" ], "version": "1.8.0.2" } |