Deuce AutoRefresh

Reload the Deuce automatically

Deuce AutoRefresh क्या है?

Deuce AutoRefresh Pulseczar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reload the Deuce automatically"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Deuce AutoRefresh एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}