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…
什么是Twitter Auto Refresh?
Twitter Auto Refresh是由goodbaikin开发的Chrome扩展程序,该扩展的主要功能是“Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…”。
扩展截图
下载Twitter Auto Refresh扩展crx文件
下载Twitter Auto Refresh扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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).
扩展基本信息
名称 | Twitter Auto Refresh |
ID | aidapiigacnbamggokpnphddajiilfjp |
官方URL | https://chromewebstore.google.com/detail/twitter-auto-refresh/aidapiigacnbamggokpnphddajiilfjp |
简介 | Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be… |
文件大小 | 19.67 KB |
安装次数 | 3,058 |
当前版本 | 1.1.0 |
更新时间 | 2021-02-22 |
上架时间 | 2021-02-21 |
评分 | 3.80/5 共10次评分 |
开发者 | goodbaikin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |