Custom Auto Refresh
A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
Что такое Custom Auto Refresh?
Custom Auto Refresh - это расширение Chrome, разработанное VastBlast, и его основная функция - "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.".
Снимки экрана расширения
Скачать файл CRX расширения Custom Auto Refresh
Скачайте файлы расширений Custom Auto Refresh в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need. Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.
Основная информация о расширении
Название | Custom Auto Refresh |
ID | hefmpdieencodgfnoecpichojkglajkb |
Официальный URL | https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb |
Описание | A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval. |
Размер файла | 112 KB |
Количество установок | 3,315 |
Текущая Версия | 2.3.2 |
Последнее Обновление | 2023-10-10 |
Дата публикации | 2021-01-12 |
Рейтинг | 4.78/5 Всего 18 оценок |
Разработчик | VastBlast |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/VastBlast/ChromeAutoRefresh |
URL страницы помощи | https://nitestats.com/contact |
URL страницы политики конфиденциальности | https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Auto Refresh", "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.", "version": "2.3.2", "icons": { "48": ".\/icons\/icon-inactive.png" }, "background": { "service_worker": ".\/scripts\/background.js" }, "action": { "default_icon": ".\/icons\/icon-inactive.png", "default_popup": ".\/main\/index.html" }, "host_permissions": [ " |