Auto Reload Page

Simple Auto Reload Page

Auto Reload Page란 무엇입니까?

Auto Reload Page은(는) http://w3bd.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Auto Reload Page"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The extension is for reload any webpage/website with every few second/minutes.
This is very simple and light weight extension.

Usage of this extension:
If you are a developer, this extension would help you much.
1. You could scrap data continue from a website with this extension.
2. You could increase your website hit/click/visit with this extension.
3. For any website schedule work.                    

확장 프로그램 기본 정보

이름 Auto Reload Page Auto Reload Page
ID aemgckpcnlnooaejngagoeknjjcpcgfh
공식 URL https://chrome.google.com/webstore/detail/auto-reload-page/aemgckpcnlnooaejngagoeknjjcpcgfh
설명 Simple Auto Reload Page
파일 크기 38.29 KB
설치 횟수 785
현재 버전 1.3
최근 업데이트 2015-11-13
출시 날짜 2015-11-13
평점 3.81/5 총 16 개의 평점
개발자 http://w3bd.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Reload Page",
    "description": "Simple Auto Reload Page",
    "version": "1.3",
    "short_name": "Auto Reload",
    "browser_action": {
        "default_icon": "icon38.png",
        "name": "Auto Reload Page",
        "title": "Auto Reload Page",
        "default_popup": "popup.html"
    },
    "homepage_url": "http:\/\/w3bd.com",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "rh.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "browsingData",
        ""
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "minimum_chrome_version": "19.0.1028.0"
}