Auto Refresh For Twitter™
Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.
Что такое Auto Refresh For Twitter™?
Auto Refresh For Twitter™ - это расширение Chrome, разработанное us08582, и его основная функция - "Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.".
Снимки экрана расширения
Скачать файл CRX расширения Auto Refresh For Twitter™
Скачайте файлы расширений Auto Refresh For Twitter™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Auto Refresh Tweets: Only refresh tweets instead of the whole page, only refresh tweets when you at the top of page. New Tweets Button: Take you back to the top of page, and load new tweets. It is will not disturb your other actions. Simple and Effective. If you like this extension, please rate with ★ ★ ★ ★ ★ 5 stars and tell your friends. Thanks :)
Основная информация о расширении
Название | |
ID | plogieadpldaahcnmopfhjpnakdeaccd |
Официальный URL | https://chrome.google.com/webstore/detail/auto-refresh-for-twitter/plogieadpldaahcnmopfhjpnakdeaccd |
Описание | Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page. |
Размер файла | 51.74 KB |
Количество установок | 21,290 |
Текущая Версия | 2.1.0 |
Последнее Обновление | 2019-01-16 |
Дата публикации | 2019-01-16 |
Рейтинг | 3.35/5 Всего 57 оценок |
Разработчик | us08582 |
Тип оплаты | free |
Поддерживаемые языки | de,en,fr,es,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery.js", "page.js" ], "matches": [ "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ] } ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "logo.png", "16": "logo.png", "48": "logo.png" }, "manifest_version": 2, "name": "__MSG_name__", "version": "2.1.0" } |