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™ là gì?
Auto Refresh For Twitter™ là một tiện ích mở rộng Chrome được phát triển bởi us08582, và tính năng chính của nó là "Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Auto Refresh For Twitter™
Tải xuống các tệp mở rộng Auto Refresh For Twitter™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | plogieadpldaahcnmopfhjpnakdeaccd |
URL Chính Thức | https://chrome.google.com/webstore/detail/auto-refresh-for-twitter/plogieadpldaahcnmopfhjpnakdeaccd |
Mô tả | Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page. |
Kích Thước Tệp | 51.74 KB |
Số Lần Cài Đặt | 21,290 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2019-01-16 |
Ngày Phát Hành | 2019-01-16 |
Đánh Giá | 3.35/5 Tổng số 57 Đánh Giá |
Nhà Phát Triển | us08582 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |