Auto Refresh & Switch Tabs
Every 20 secondes : Switch to next tab & refresh next (+1) tab
What is Auto Refresh & Switch Tabs?
Auto Refresh & Switch Tabs is a Chrome extension developed by Maxonix, and its main feature is "Every 20 secondes : Switch to next tab & refresh next (+1) tab".
Extension Screenshots
Download Auto Refresh & Switch Tabs Extension CRX File
Download Auto Refresh & Switch Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Auto Refresh & Switch Tabs |
ID | ankdojnjbdlokjjpimfhehjfaechilon |
Official URL | https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon |
Description | Every 20 secondes : Switch to next tab & refresh next (+1) tab |
File Size | 24.29 KB |
Installation Count | 6,624 |
Current Version | 1.0 |
Last Updated | 2021-05-02 |
Publish Date | 2021-04-28 |
Rating | 4.00/5 Total 3 Ratings |
Developer | Maxonix |
[email protected] | |
Payment Type | free |
Extension Website | http://thedeezerpremiumapk.com/ |
Help Page URL | http://thedeezerpremiumapk.com/ |
Supported Languages | 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" ] } } |