Auto Refresh

You can set the period in which the required tab will be refreshed with this extension

Что такое Auto Refresh?

Auto Refresh - это расширение Chrome, разработанное enaumenko1997, и его основная функция - "You can set the period in which the required tab will be refreshed with this extension".

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

screenshot

Скачать файл CRX расширения Auto Refresh

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

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

                        The best and advanced version of auto refresher for chrome browser. You can manually set a time for website to be refreshed. The extension allows you to choose a tab or multiple tabs you want to be refreshed. You can interact with other tabs while the chosen websites will be refreshed in certain time. Click on the extension icon in right upper corner of chrome browser and you also will see a list of available tabs. Click on the tab, set a refreshment time and done. You can also pause or cancel any tab from being refreshed.                    

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

Название Auto Refresh Auto Refresh
ID ijgebbdlfohiodlmbplfbapleoppbijp
Официальный URL https://chromewebstore.google.com/detail/auto-refresh/ijgebbdlfohiodlmbplfbapleoppbijp
Описание You can set the period in which the required tab will be refreshed with this extension
Размер файла 21.25 KB
Количество установок 104
Текущая Версия 1.0
Последнее Обновление 2021-02-10
Дата публикации 2021-02-10
Рейтинг 3.00/5 Всего 1 оценок
Разработчик enaumenko1997
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/assets\/js\/refresh_worker.js",
            "\/assets\/js\/bg.js",
            "\/assets\/js\/workWithContextMenu.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Refresher"
    },
    "description": "You can set the period in which the required tab will be refreshed with this extension",
    "icons": {
        "128": "\/assets\/images\/essential_image.png"
    },
    "manifest_version": 2,
    "name": "Auto Refresh",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "version": "1.0"
}