Twitter autorefresh unless scrolled/overlaid

Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.

ما هو Twitter autorefresh unless scrolled/overlaid؟

Twitter autorefresh unless scrolled/overlaid هو إضافة Chrome تم تطويرها بواسطة Jeffrey Richman، والميزة الرئيسية لها هي "Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.".

تحميل ملف CRX للإضافة Twitter autorefresh unless scrolled/overlaid

قم بتنزيل ملفات الامتداد Twitter autorefresh unless scrolled/overlaid بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or an overlay/popup is open.

Version 2.1 released 9/17/17 to also watch for certain sub-popups like the emoji panel and a few others.

Version 2.2 released 9/18/17 to fix a small bug with 2.1                    

معلومات أساسية عن التمديد

الاسم Twitter autorefresh unless scrolled/overlaid Twitter autorefresh unless scrolled/overlaid
ID glnbjcncbinoinomckfpbbodbgpbbeid
عنوان URL الرسمي https://chrome.google.com/webstore/detail/twitter-autorefresh-unles/glnbjcncbinoinomckfpbbodbgpbbeid
الوصف Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.
حجم الملف 4.57 KB
عدد التثبيتات 37
النسخة الحالية 2.2
آخر تحديث 2017-09-18
تاريخ النشر 2017-09-18
تقييم 5.00/5 مجموع تقييمات 1
المطور Jeffrey Richman
نوع الدفع free
موقع الإضافة http://www.jcrichman.com/article/Twitter-Autorefresh
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.",
    "manifest_version": 2,
    "name": "Twitter autorefresh unless scrolled\/overlaid",
    "version": "2.2",
    "homepage_url": "http:\/\/www.jcrichman.com\/article\/Twitter-Autorefresh",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": []
}