Deuce AutoRefresh

Reload the Deuce automatically

Deuce AutoRefreshคืออะไร?

Deuce AutoRefresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pulseczar และคุณลักษณะหลักของมันคือ "Reload the Deuce automatically"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deuce AutoRefresh

ดาวน์โหลดไฟล์ส่วนขยาย Deuce AutoRefresh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}