AutoMute Incognito
This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
Vad är AutoMute Incognito?
AutoMute Incognito är en Chrome-tillägg utvecklad av cilenco, och dess huvudfunktion är "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!".
Ladda ner AutoMute Incognito-förlängningens CRX-fil
Ladda ner AutoMute Incognito-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | AutoMute Incognito |
ID | egpmkeedlhphenpnjhlnlaohcmbmmccj |
Officiell webbadress | https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj |
Beskrivning | This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab! |
Filstorlek | 13.94 KB |
Antal Installationer | 501 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2016-11-04 |
Publiceringsdatum | 2016-11-04 |
Betyg | 3.67/5 Totalt 6 Betyg |
Utvecklare | cilenco |
Betalningssätt | free |
Stödda Språk | 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" } } } } |