Auto Refresh & Switch Tabs
Every 20 secondes : Switch to next tab & refresh next (+1) tab
Wat is Auto Refresh & Switch Tabs?
Auto Refresh & Switch Tabs is een Chrome-extensie ontwikkeld door Maxonix, en de belangrijkste functie is "Every 20 secondes : Switch to next tab & refresh next (+1) tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Refresh & Switch Tabs
Download Auto Refresh & Switch Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ankdojnjbdlokjjpimfhehjfaechilon |
| Officiële URL | https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon |
| Beschrijving | Every 20 secondes : Switch to next tab & refresh next (+1) tab |
| Bestandsgrootte | 24.29 KB |
| Aantal Installaties | 6,624 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-05-02 |
| Publicatiedatum | 2021-04-28 |
| Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Maxonix |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://thedeezerpremiumapk.com/ |
| Help Pagina-URL | http://thedeezerpremiumapk.com/ |
| Ondersteunde Talen | 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"
]
}
} | |