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…
Wat is Twitter Auto Refresh?
Twitter Auto Refresh is een Chrome-extensie ontwikkeld door goodbaikin, en de belangrijkste functie is "Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Auto Refresh
Download Twitter Auto Refresh-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | Twitter Auto Refresh |
ID | aidapiigacnbamggokpnphddajiilfjp |
Officiële URL | https://chromewebstore.google.com/detail/twitter-auto-refresh/aidapiigacnbamggokpnphddajiilfjp |
Beschrijving | Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be… |
Bestandsgrootte | 19.67 KB |
Aantal Installaties | 3,058 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2021-02-22 |
Publicatiedatum | 2021-02-21 |
Beoordeling | 3.80/5 Totaal 10 Beoordelingen |
Ontwikkelaar | goodbaikin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |