AutoMute Incognito
This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
AutoMute Incognito क्या है?
AutoMute Incognito cilenco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AutoMute Incognito एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | AutoMute Incognito |
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" } } } } |