Reload Alfa

Use Reload Alfa extension for your browser. It will easy your browser reloading functions

Reload Alfa란 무엇입니까?

Reload Alfa은(는) Nightfury-alfa.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Reload Alfa extension for your browser. It will easy your browser reloading functions"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Reload Alfa 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Reload alfa extension you can use for your browser reload functions. Using reload alfa you can reload crashed tabs automatically and reload all the tabs using context the menu option "reload all tabs". It will reload your browser all tabs same time.
 
                  And You can reload browser each tabs repeatedly for a timer using the extension popup menu reload timer. You can give a specific time to each and press the start button. it will reload your tabs repeatedly for that time you given until you press the stop button.
 
              Hope this extension will easy your browser tab reload functions.
                   
                         Thank You !!!                    

확장 프로그램 기본 정보

이름 Reload Alfa Reload Alfa
ID liinmplbbaboodbpaaifgllciabjkhka
공식 URL https://chromewebstore.google.com/detail/reload-alfa/liinmplbbaboodbpaaifgllciabjkhka
설명 Use Reload Alfa extension for your browser. It will easy your browser reloading functions
파일 크기 206 KB
설치 횟수 127
현재 버전 1.6.7
최근 업데이트 2021-09-19
출시 날짜 2019-06-26
평점 4.00/5 총 1 개의 평점
개발자 Nightfury-alfa.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reload Alfa",
    "short_name": "Reload Alfa",
    "version": "1.6.7",
    "manifest_version": 2,
    "description": "Use Reload Alfa extension for your browser. It will easy your browser reloading functions",
    "icons": {
        "128": "icons\/icon 64.png",
        "48": "icons\/icon 48.png",
        "16": "icons\/icon 16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon 128.png",
        "default_popup": "Luna version popup.html",
        "default_title": "Reload Alfa"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "src bac\/content scr.js",
                "src bac\/blank.js",
                "src\/bg\/auto r\/script.js",
                "src\/bg\/context r\/context.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "src\/bg\/auto r\/background2.js",
            "src\/bg\/auto r\/install.js",
            "src\/bg\/context r\/context.js",
            "src bac\/bac.js",
            "src bac\/url.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "file:\/\/*\/",
        "contextMenus"
    ]
}