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…
Vad är Twitter Auto Refresh?
Twitter Auto Refresh är en Chrome-tillägg utvecklad av goodbaikin, och dess huvudfunktion är "Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…".
Tilläggsskärmbilder
Ladda ner Twitter Auto Refresh-förlängningens CRX-fil
Ladda ner Twitter Auto Refresh-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | Twitter Auto Refresh |
ID | aidapiigacnbamggokpnphddajiilfjp |
Officiell webbadress | https://chromewebstore.google.com/detail/twitter-auto-refresh/aidapiigacnbamggokpnphddajiilfjp |
Beskrivning | Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be… |
Filstorlek | 19.67 KB |
Antal Installationer | 3,058 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2021-02-22 |
Publiceringsdatum | 2021-02-21 |
Betyg | 3.80/5 Totalt 10 Betyg |
Utvecklare | goodbaikin |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |