Auto Refresh & Switch Tabs
Every 20 secondes : Switch to next tab & refresh next (+1) tab
Co je Auto Refresh & Switch Tabs?
Auto Refresh & Switch Tabs je rozšíření Chrome vyvinuté Maxonix, a jeho hlavní funkcí je „Every 20 secondes : Switch to next tab & refresh next (+1) tab“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Auto Refresh & Switch Tabs
Stáhněte si soubory rozšíření Auto Refresh & Switch Tabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Auto Refresh & Switch Tabs |
ID | ankdojnjbdlokjjpimfhehjfaechilon |
Oficiální URL | https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon |
Popis | Every 20 secondes : Switch to next tab & refresh next (+1) tab |
Velikost souboru | 24.29 KB |
Počet instalací | 6,624 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-05-02 |
Datum Vydání | 2021-04-28 |
Hodnocení | 4.00/5 Celkem 3 Hodnocení |
Vývojář | Maxonix |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://thedeezerpremiumapk.com/ |
URL Stránky Nápovědy | http://thedeezerpremiumapk.com/ |
Podporované Jazyky | 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" ] } } |