AutoMute Incognito
This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
Co to jest AutoMute Incognito?
AutoMute Incognito to rozszerzenie Chrome opracowane przez cilenco, a jego główną funkcją jest „This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!”.
Pobierz plik CRX rozszerzenia AutoMute Incognito
Pobierz pliki rozszerzeń AutoMute Incognito w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | AutoMute Incognito |
ID | egpmkeedlhphenpnjhlnlaohcmbmmccj |
Oficjalny URL | https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj |
Opis | This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab! |
Rozmiar pliku | 13.94 KB |
Liczba instalacji | 501 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2016-11-04 |
Data Publikacji | 2016-11-04 |
Ocena | 3.67/5 Łącznie 6 Oceny |
Deweloper | cilenco |
Typ Płatności | free |
Obsługiwane Języki | 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" } } } } |