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…
Co to jest Twitter Auto Refresh?
Twitter Auto Refresh to rozszerzenie Chrome opracowane przez goodbaikin, a jego główną funkcją jest „Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Auto Refresh
Pobierz pliki rozszerzeń Twitter Auto Refresh w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | Twitter Auto Refresh |
ID | aidapiigacnbamggokpnphddajiilfjp |
Oficjalny URL | https://chromewebstore.google.com/detail/twitter-auto-refresh/aidapiigacnbamggokpnphddajiilfjp |
Opis | Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be… |
Rozmiar pliku | 19.67 KB |
Liczba instalacji | 3,058 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2021-02-22 |
Data Publikacji | 2021-02-21 |
Ocena | 3.80/5 Łącznie 10 Oceny |
Deweloper | goodbaikin |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |