Auto Refresh For Twitter™
Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.
Auto Refresh For Twitter™とは何ですか?
Auto Refresh For Twitter™はus08582によって開発されたChromeの拡張機能で、その主な機能は「Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.」です。
拡張機能のスクリーンショット
Auto Refresh For Twitter™拡張機能のCRXファイルをダウンロード
Auto Refresh For Twitter™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Auto Refresh Tweets: Only refresh tweets instead of the whole page, only refresh tweets when you at the top of page. New Tweets Button: Take you back to the top of page, and load new tweets. It is will not disturb your other actions. Simple and Effective. If you like this extension, please rate with ★ ★ ★ ★ ★ 5 stars and tell your friends. Thanks :)
拡張機能の基本情報
名前 | |
ID | plogieadpldaahcnmopfhjpnakdeaccd |
公式URL | https://chrome.google.com/webstore/detail/auto-refresh-for-twitter/plogieadpldaahcnmopfhjpnakdeaccd |
説明 | Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page. |
ファイルサイズ | 51.74 KB |
インストール数 | 21,290 |
現在のバージョン | 2.1.0 |
最終更新日 | 2019-01-16 |
公開日 | 2019-01-16 |
評価 | 3.35/5 合計 57 レビュー |
開発者 | us08582 |
支払い方法 | free |
対応言語 | de,en,fr,es,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery.js", "page.js" ], "matches": [ "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ] } ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "logo.png", "16": "logo.png", "48": "logo.png" }, "manifest_version": 2, "name": "__MSG_name__", "version": "2.1.0" } |