Deuce AutoRefresh

Reload the Deuce automatically

Deuce AutoRefresh là gì?

Deuce AutoRefresh là một tiện ích mở rộng Chrome được phát triển bởi Pulseczar, và tính năng chính của nó là "Reload the Deuce automatically".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Deuce AutoRefresh

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

                        Automatically refreshes The Deuce (icb2.com) "Show new replies to your posts" page and "main board" to a specified interval.

Default refresh interval is 30 seconds but you have the option to set your own interval.
Look on the options page for a set of predefined times or customize your own.

v1.32

Changes
========
- Updated obsolete functions                    

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

Tên Deuce AutoRefresh Deuce AutoRefresh
ID pejkhbellllimfkjjigljjbocnkmdemj
URL Chính Thức https://chrome.google.com/webstore/detail/deuce-autorefresh/pejkhbellllimfkjjigljjbocnkmdemj
Mô tả Reload the Deuce automatically
Kích Thước Tệp 39.42 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.32
Cập Nhật Lần Cuối 2015-07-16
Ngày Phát Hành 2015-07-15
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Pulseczar
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deuce AutoRefresh",
    "version": "1.32",
    "manifest_version": 2,
    "description": "Reload the Deuce automatically",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.icb2.com\/boards\/index.php?action=unreadreplies",
                "http:\/\/www.icb2.com\/boards\/index.php?board=1.0",
                "http:\/\/www.icb2.com\/boards\/index.php?action=unread"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}