Auto Reload Page

Simple Auto Reload Page

Auto Reload Page là gì?

Auto Reload Page là một tiện ích mở rộng Chrome được phát triển bởi http://w3bd.com, và tính năng chính của nó là "Simple Auto Reload Page".

Ả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 Reload Page

Tải xuống các tệp mở rộng Auto Reload Page 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

                        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.                    

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

Tên Auto Reload Page Auto Reload Page
ID aemgckpcnlnooaejngagoeknjjcpcgfh
URL Chính Thức https://chrome.google.com/webstore/detail/auto-reload-page/aemgckpcnlnooaejngagoeknjjcpcgfh
Mô tả Simple Auto Reload Page
Kích Thước Tệp 38.29 KB
Số Lần Cài Đặt 785
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2015-11-13
Ngày Phát Hành 2015-11-13
Đánh Giá 3.81/5 Tổng số 16 Đánh Giá
Nhà Phát Triển http://w3bd.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}