Audio Focus
Focus on audio from the current tab by blurring distracting sounds from other tabs
Was ist Audio Focus?
Audio Focus ist eine Chrome-Erweiterung, die von Wilson Jang entwickelt wurde, und ihr Hauptmerkmal ist "Focus on audio from the current tab by blurring distracting sounds from other tabs".
Erweiterungsscreenshots
Audio Focus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Audio Focus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Audio Focus will help you watch a video or listen to music in the current tab without manually turning off sounds from the other tabs. #About Me I am a software engineer cheering in Seoul, South Korea. I developed Audio Focus for my own needs. :) I hope you may find it useful too!
Grundlegende Informationen zur Erweiterung
Name | Audio Focus |
ID | infcjelggnojlbdpohedhilpoghapmim |
Offizielle URL | https://chromewebstore.google.com/detail/audio-focus/infcjelggnojlbdpohedhilpoghapmim |
Beschreibung | Focus on audio from the current tab by blurring distracting sounds from other tabs |
Dateigröße | 332 KB |
Installationsanzahl | 140 |
Aktuelle Version | 0.3.2 |
Letztes Update | 2020-09-25 |
Veröffentlichungsdatum | 2020-05-12 |
Bewertung | 3.86/5 Insgesamt 7 Bewertungen |
Entwickler | Wilson Jang |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Audio Focus", "version": "0.3.2", "description": "Focus on audio from the current tab by blurring distracting sounds from other tabs", "icons": { "16": "icons\/icon_main_16x16.png", "48": "icons\/icon_main_48x48.png", "128": "icons\/icon_main_128x128.png", "256": "icons\/icon_main_256x256.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Audio Focus", "default_icon": { "16": "icons\/icon_browser_action_active_16x16.png", "48": "icons\/icon_browser_action_active_48x48.png", "128": "icons\/icon_browser_action_active_128x128.png", "256": "icons\/icon_browser_action_active_256x256.png" } }, "options_page": "options\/options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ " |