Twitter Auto Refresh
Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…
Что такое Twitter Auto Refresh?
Twitter Auto Refresh - это расширение Chrome, разработанное goodbaikin, и его основная функция - "Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…".
Снимки экрана расширения
Скачать файл CRX расширения Twitter Auto Refresh
Скачайте файлы расширений Twitter Auto Refresh в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default.
※Warning 
Be careful about setting extremely low refresh interval. You might reach the api limit. 
CHANGELOG
- Fixed the bug auto refresh works in other tabs(e.g. search, notifications, etc).                     Основная информация о расширении
| Название |   |  
| ID | aidapiigacnbamggokpnphddajiilfjp | 
| Официальный URL | https://chromewebstore.google.com/detail/twitter-auto-refresh/aidapiigacnbamggokpnphddajiilfjp | 
| Описание | Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be… | 
| Размер файла | 19.67 KB | 
| Количество установок | 3,058 | 
| Текущая Версия | 1.1.0 | 
| Последнее Обновление | 2021-02-22 | 
| Дата публикации | 2021-02-21 | 
| Рейтинг | 3.80/5 Всего 10 оценок | 
| Разработчик | goodbaikin | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Auto Refresh",
    "descriptions": "Auto reload timeline on twitter.com",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/home"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ]
}  |  |