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). 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |