Easy auto refresher plus

【Quality】Intelligent auto refresh page tool with custom intervals.

Что такое Easy auto refresher plus?

Easy auto refresher plus - это расширение Chrome, разработанное margaretafossb70, и его основная функция - "【Quality】Intelligent auto refresh page tool with custom intervals.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Easy auto refresher plus

Скачайте файлы расширений Easy auto refresher plus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Easy auto refresher plus is a free browser extension that can automatically refresh and reload any page or tab after a specified number of seconds. Simply enter the number of seconds between page refreshes and click the start button.
The main features: 
-Auto refresh timer with second precision
-Predefined simple-click intervals
-Forever free                    

Основная информация о расширении

Название Easy auto refresher plus Easy auto refresher plus
ID pbdhfeomafblhhgbfkbgmphfngpcmdke
Официальный URL https://chromewebstore.google.com/detail/easy-auto-refresher-plus/pbdhfeomafblhhgbfkbgmphfngpcmdke
Описание 【Quality】Intelligent auto refresh page tool with custom intervals.
Размер файла 119 KB
Количество установок 1,302
Текущая Версия 1.0.0
Последнее Обновление 2022-08-20
Дата публикации 2022-08-20
Рейтинг 5.00/5 Всего 4 оценок
Разработчик margaretafossb70
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://extensiondock.com/privacy
Поддерживаемые языки id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "default_locale": "en",
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "declarativeNetRequest",
        "alarms"
    ],
    "version": "1.0.0"
}