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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | ![]() |
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": [] } |