Auto Refresh & Switch Tabs

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

Apa itu Auto Refresh & Switch Tabs?

Auto Refresh & Switch Tabs adalah ekstensi Chrome yang dikembangkan oleh Maxonix, dan fitur utamanya adalah "Every 20 secondes : Switch to next tab & refresh next (+1) tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Auto Refresh & Switch Tabs

Unduh file ekstensi Auto Refresh & Switch Tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Auto Refresh & Switch Tabs Auto Refresh & Switch Tabs
ID ankdojnjbdlokjjpimfhehjfaechilon
URL Resmi https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon
Deskripsi Every 20 secondes : Switch to next tab & refresh next (+1) tab
Ukuran File 24.29 KB
Jumlah Instalasi 6,624
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-05-02
Tanggal Publikasi 2021-04-28
Penilaian 4.00/5 Total 3 Penilaian
Pengembang Maxonix
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://thedeezerpremiumapk.com/
URL Halaman Bantuan http://thedeezerpremiumapk.com/
Bahasa yang Didukung 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"
        ]
    }
}