Auto Refresh & Switch Tabs
Every 20 secondes : Switch to next tab & refresh next (+1) tab
O que é Auto Refresh & Switch Tabs?
Auto Refresh & Switch Tabs é uma extensão do Chrome desenvolvida por Maxonix, e sua principal característica é "Every 20 secondes : Switch to next tab & refresh next (+1) tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto Refresh & Switch Tabs
Baixe arquivos de extensão Auto Refresh & Switch Tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Auto Refresh & Switch Tabs |
ID | ankdojnjbdlokjjpimfhehjfaechilon |
URL Oficial | https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon |
Descrição | Every 20 secondes : Switch to next tab & refresh next (+1) tab |
Tamanho do Arquivo | 24.29 KB |
Contagem de Instalações | 6,624 |
Versão Atual | 1.0 |
Última Atualização | 2021-05-02 |
Data de Publicação | 2021-04-28 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | Maxonix |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://thedeezerpremiumapk.com/ |
URL da Página de Ajuda | http://thedeezerpremiumapk.com/ |
Idiomas Suportados | 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" ] } } |