Randomizer Cache Bypassing
Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.
Randomizer Cache Bypassing là gì?
Randomizer Cache Bypassing là một tiện ích mở rộng Chrome được phát triển bởi Alex, và tính năng chính của nó là "Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.".
Ả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 Randomizer Cache Bypassing
Tải xuống các tệp mở rộng Randomizer Cache Bypassing 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
Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content. The extension is based on javascript to force server cache bypassing with a randomized URL suffix.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Randomizer Cache Bypassing |
ID | lpebcjljaonldldblhnocpbpibllfkaa |
URL Chính Thức | https://chrome.google.com/webstore/detail/randomizer-cache-bypassin/lpebcjljaonldldblhnocpbpibllfkaa |
Mô tả | Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content. |
Kích Thước Tệp | 8.49 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2019-01-19 |
Ngày Phát Hành | 2019-01-19 |
Nhà Phát Triển | Alex |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Randomizer Cache Bypassing", "description": "Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.", "version": "1.0.2", "author": "Alexander Hauck, [email protected]", "short_name": "Randomizer", "background": { "scripts": [ "randomizer.js" ] }, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Randomizer Cache Bypassing" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |