Deuce AutoRefresh

Reload the Deuce automatically

Deuce AutoRefresh란 무엇입니까?

Deuce AutoRefresh은(는) Pulseczar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reload the Deuce automatically"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Deuce AutoRefresh 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Deuce AutoRefresh Deuce AutoRefresh
ID pejkhbellllimfkjjigljjbocnkmdemj
공식 URL https://chrome.google.com/webstore/detail/deuce-autorefresh/pejkhbellllimfkjjigljjbocnkmdemj
설명 Reload the Deuce automatically
파일 크기 39.42 KB
설치 횟수 56
현재 버전 1.32
최근 업데이트 2015-07-16
출시 날짜 2015-07-15
평점 4.20/5 총 5 개의 평점
개발자 Pulseczar
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}