Auto Refresh & Switch Tabs
Every 20 secondes : Switch to next tab & refresh next (+1) tab
Что такое Auto Refresh & Switch Tabs?
Auto Refresh & Switch Tabs - это расширение Chrome, разработанное Maxonix, и его основная функция - "Every 20 secondes : Switch to next tab & refresh next (+1) tab".
Снимки экрана расширения
Скачать файл CRX расширения Auto Refresh & Switch Tabs
Скачайте файлы расширений Auto Refresh & Switch Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Auto-refresh is an extension for Google Chrome which monitors the HTTP traffic and if a page fails to load, it auto-refreshes that page.This description specially develop to Switch to next tab & refresh next (+1) tab. The duration of Switch to next tab & refresh next (+1) tab is 20 seconds. How to use it? Just find it in the Google Chrome Extensions gallery and install it from there.
Основная информация о расширении
Название | Auto Refresh & Switch Tabs |
ID | ankdojnjbdlokjjpimfhehjfaechilon |
Официальный URL | https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon |
Описание | Every 20 secondes : Switch to next tab & refresh next (+1) tab |
Размер файла | 24.29 KB |
Количество установок | 6,624 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-05-02 |
Дата публикации | 2021-04-28 |
Рейтинг | 4.00/5 Всего 3 оценок |
Разработчик | Maxonix |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://thedeezerpremiumapk.com/ |
URL страницы помощи | http://thedeezerpremiumapk.com/ |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Refresh & Switch Tabs", "description": "Every 20 secondes : Switch to next tab & refresh next (+1) tab", "version": "1.0", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "js\/app.js" ] } } |