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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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