ABF (Audio Brain Focus)
Boost your focus with curated ambient sounds. Designed for work and relaxation.
Что такое ABF (Audio Brain Focus)?
ABF (Audio Brain Focus) - это расширение Chrome, разработанное https://n0glitch.com, и его основная функция - "Boost your focus with curated ambient sounds. Designed for work and relaxation.".
Снимки экрана расширения
Скачать файл CRX расширения ABF (Audio Brain Focus)
Скачайте файлы расширений ABF (Audio Brain Focus) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
ABF is a revolutionary Chrome extension designed to bring the power of sound to your workspace. Whether you're working, studying, or just need a moment of relaxation, ABF offers a unique blend of ambient sounds and music tracks, all at your fingertips.
Key Features:
- Diverse Sound Library: Choose from a wide array of ambient sounds and music tracks, ranging from soothing nature sounds to energizing rhythms.
- Intuitive Emoji-Based Interface: Easily find and play your preferred sounds using our emoji-based sound representation.
- Customizable Mixes: Mix and match different sounds to create your perfect work or relaxation environment.
- Simple and User-Friendly: Designed with simplicity in mind, ABF integrates seamlessly into your Chrome browser, offering a clutter-free and intuitive experience.
Whether you need the calming sound of rain, the focus-enhancing rhythm of a coffee shop, or the energizing beat of electronic music, ABF is your go-to extension for creating the ideal sound environment for any task.
Discover the power of sound with ABF - your personal productivity soundboard. Основная информация о расширении
| Название | |
| ID | ohlfpeiaekgemgbffdkahiljfemoifcl |
| Официальный URL | https://chromewebstore.google.com/detail/abf-audio-brain-focus/ohlfpeiaekgemgbffdkahiljfemoifcl |
| Описание | Boost your focus with curated ambient sounds. Designed for work and relaxation. |
| Размер файла | 102 MB |
| Количество установок | 102 |
| Текущая Версия | 1.8 |
| Последнее Обновление | 2024-02-15 |
| Дата публикации | 2023-11-17 |
| Рейтинг | 5.00/5 Всего 4 оценок |
| Разработчик | https://n0glitch.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://go.audiobrainfocus.com/home |
| URL страницы помощи | https://go.audiobrainfocus.com/support |
| URL страницы политики конфиденциальности | https://go.audiobrainfocus.com/privacy |
| Поддерживаемые языки | de,en,fr,es,it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "1.8",
"permissions": [
"storage",
"offscreen"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon.png",
"48": "images\/icon.png",
"128": "images\/icon.png"
}
},
"icons": {
"16": "images\/icon.png",
"48": "images\/icon.png",
"128": "images\/icon.png"
},
"default_locale": "en"
} | |