Clean on Refresh
Automatically clear clutter on refresh.
Clean on Refresh là gì?
Clean on Refresh là một tiện ích mở rộng Chrome được phát triển bởi jason.allen.oneal, và tính năng chính của nó là "Automatically clear clutter on refresh.".
Ả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 Clean on Refresh
Tải xuống các tệp mở rộng Clean on Refresh 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
Automatically clean cache, history, and local storage on refresh. Only works for Kingdoms of Camelot Facebook game.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clean on Refresh |
ID | moogoheinbbibflghkinbcmgkncleoid |
URL Chính Thức | https://chromewebstore.google.com/detail/clean-on-refresh/moogoheinbbibflghkinbcmgkncleoid |
Mô tả | Automatically clear clutter on refresh. |
Kích Thước Tệp | 11.18 KB |
Số Lần Cài Đặt | 262 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-11-24 |
Ngày Phát Hành | 2018-11-23 |
Nhà Phát Triển | jason.allen.oneal |
[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", "name": "Clean on Refresh", "version": "1.2", "description": "Automatically clear clutter on refresh.", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/apps.facebook.com\/kingdomsofcamelot\/*", "tabs", "storage", "browsingData", "declarativeContent", "history" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "imgs\/16.png", "32": "imgs\/32.png" } } } |