Auto Refresh & Switch Tabs
Every 20 secondes : Switch to next tab & refresh next (+1) tab
Co to jest Auto Refresh & Switch Tabs?
Auto Refresh & Switch Tabs to rozszerzenie Chrome opracowane przez Maxonix, a jego główną funkcją jest „Every 20 secondes : Switch to next tab & refresh next (+1) tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Auto Refresh & Switch Tabs
Pobierz pliki rozszerzeń Auto Refresh & Switch Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Auto Refresh & Switch Tabs |
ID | ankdojnjbdlokjjpimfhehjfaechilon |
Oficjalny URL | https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon |
Opis | Every 20 secondes : Switch to next tab & refresh next (+1) tab |
Rozmiar pliku | 24.29 KB |
Liczba instalacji | 6,624 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-05-02 |
Data Publikacji | 2021-04-28 |
Ocena | 4.00/5 Łącznie 3 Oceny |
Deweloper | Maxonix |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://thedeezerpremiumapk.com/ |
Adres URL Strony Pomocy | http://thedeezerpremiumapk.com/ |
Obsługiwane Języki | 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" ] } } |