Auto Refresh & Switch Tabs

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

Auto Refresh & Switch Tabs란 무엇입니까?

Auto Refresh & Switch Tabs은(는) Maxonix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Every 20 secondes : Switch to next tab & refresh next (+1) tab"입니다.

확장 프로그램 스크린샷

screenshot

Auto Refresh & Switch Tabs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Auto Refresh & Switch Tabs Auto Refresh & Switch Tabs
ID ankdojnjbdlokjjpimfhehjfaechilon
공식 URL https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon
설명 Every 20 secondes : Switch to next tab & refresh next (+1) tab
파일 크기 24.29 KB
설치 횟수 6,624
현재 버전 1.0
최근 업데이트 2021-05-02
출시 날짜 2021-04-28
평점 4.00/5 총 3 개의 평점
개발자 Maxonix
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://thedeezerpremiumapk.com/
도움말 페이지 URL http://thedeezerpremiumapk.com/
지원되는 언어 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"
        ]
    }
}