Auto Refresh & Switch Tabs

Every 20 secondes : Switch to next tab & refresh next (+1) tab

Vad är Auto Refresh & Switch Tabs?

Auto Refresh & Switch Tabs är en Chrome-tillägg utvecklad av Maxonix, och dess huvudfunktion är "Every 20 secondes : Switch to next tab & refresh next (+1) tab".

Tilläggsskärmbilder

screenshot

Ladda ner Auto Refresh & Switch Tabs-förlängningens CRX-fil

Ladda ner Auto Refresh & Switch Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Auto Refresh & Switch Tabs Auto Refresh & Switch Tabs
ID ankdojnjbdlokjjpimfhehjfaechilon
Officiell webbadress https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon
Beskrivning Every 20 secondes : Switch to next tab & refresh next (+1) tab
Filstorlek 24.29 KB
Antal Installationer 6,624
Aktuell Version 1.0
Senast Uppdaterad 2021-05-02
Publiceringsdatum 2021-04-28
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare Maxonix
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://thedeezerpremiumapk.com/
Hjälpsida URL http://thedeezerpremiumapk.com/
Stödda Språk 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"
        ]
    }
}