Refreshy
Refresh your websites when you want and how you want! 100% Free!
Refreshy là gì?
Refreshy là một tiện ích mở rộng Chrome được phát triển bởi dinobpublishing, và tính năng chính của nó là "Refresh your websites when you want and how you want! 100% Free!".
Ả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 Refreshy
Tải xuống các tệp mở rộng Refreshy 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
Welcome to Refreshy! What does Refreshy do: ======================== - Can refresh current tab you are on (even if you change tabs!) - Can refresh specific tabs (pick 1, or many!). - Can refresh all tabs. - Can perform hard refreshes (to bypass cache). - You set the time you want it to refresh. - You can set a random refresh interval (so websites don't think you're a bot). Refreshy does all of this for you...absolutely 100% FREE! - No software locks. - No subscriptions. - Currently only accepting donations. I like to make tools to help people. I hope Refreshy is a tool that can help you! =)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Refreshy |
ID | lppedmgppdjcmcomnecmhclomnleknnh |
URL Chính Thức | https://chromewebstore.google.com/detail/refreshy/lppedmgppdjcmcomnecmhclomnleknnh |
Mô tả | Refresh your websites when you want and how you want! 100% Free! |
Kích Thước Tệp | 1.64 MB |
Số Lần Cài Đặt | 605 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-05-18 |
Ngày Phát Hành | 2021-05-18 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | dinobpublishing |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Refreshy", "description": "Refresh your websites when you want and how you want! 100% Free!", "version": "1.0.0", "browser_action": { "default_popup": "index.html" }, "background": { "scripts": [ "background.js", "runtime.js" ] }, "icons": { "16": "assets\/refreshy16.png", "48": "assets\/refreshy48.png", "128": "assets\/refreshy128.png" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |