Auto Refresh & Switch Tabs
Every 20 secondes : Switch to next tab & refresh next (+1) tab
Hvad er Auto Refresh & Switch Tabs?
Auto Refresh & Switch Tabs er en Chrome-udvidelse udviklet af Maxonix, og dens hovedfunktion er "Every 20 secondes : Switch to next tab & refresh next (+1) tab".
Udvidelsesskærmbilleder
Download Auto Refresh & Switch Tabs-udvidelses-CRX-fil
Download Auto Refresh & Switch Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ankdojnjbdlokjjpimfhehjfaechilon |
| Officiel URL | https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon |
| Beskrivelse | Every 20 secondes : Switch to next tab & refresh next (+1) tab |
| Filstørrelse | 24.29 KB |
| Antal Installationer | 6,624 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2021-05-02 |
| Udgivelsesdato | 2021-04-28 |
| Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
| Udvikler | Maxonix |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://thedeezerpremiumapk.com/ |
| Hjælpeside-URL | http://thedeezerpremiumapk.com/ |
| Understøttede Sprog | 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"
]
}
} | |