Run In Background
Run Chrome in the background continuously.
Что такое Run In Background?
Run In Background - это расширение Chrome, разработанное musicianathome, и его основная функция - "Run Chrome in the background continuously.".
Снимки экрана расширения
Скачать файл CRX расширения Run In Background
Скачайте файлы расширений Run In Background в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension simply keeps Chrome running in the background, so that push notifications can be received while the browser is closed.
Основная информация о расширении
Название | Run In Background |
ID | jdfdkceoilmabghbaihnenfeiahjjach |
Официальный URL | https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach |
Описание | Run Chrome in the background continuously. |
Размер файла | 7.3 KB |
Количество установок | 706 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2021-10-17 |
Дата публикации | 2021-10-06 |
Рейтинг | 5.00/5 Всего 7 оценок |
Разработчик | musicianathome |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1.0", "name": "Run In Background", "description": "Run Chrome in the background continuously.", "permissions": [ "background" ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" }, "action": [] } |