Auto Refresh & Switch Tabs

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

Auto Refresh & Switch Tabs là gì?

Auto Refresh & Switch Tabs là một tiện ích mở rộng Chrome được phát triển bởi Maxonix, và tính năng chính của nó là "Every 20 secondes : Switch to next tab & refresh next (+1) tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Refresh & Switch Tabs

Tải xuống các tệp mở rộng Auto Refresh & Switch Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Refresh & Switch Tabs Auto Refresh & Switch Tabs
ID ankdojnjbdlokjjpimfhehjfaechilon
URL Chính Thức https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon
Mô tả Every 20 secondes : Switch to next tab & refresh next (+1) tab
Kích Thước Tệp 24.29 KB
Số Lần Cài Đặt 6,624
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-05-02
Ngày Phát Hành 2021-04-28
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Maxonix
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://thedeezerpremiumapk.com/
URL Trang Trợ Giúp http://thedeezerpremiumapk.com/
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}