Randomizer Cache Bypassing

Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.

Randomizer Cache Bypassingคืออะไร?

Randomizer Cache Bypassing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex และคุณลักษณะหลักของมันคือ "Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Randomizer Cache Bypassing

ดาวน์โหลดไฟล์ส่วนขยาย Randomizer Cache Bypassing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Randomizer Cache Bypassing Randomizer Cache Bypassing
ID lpebcjljaonldldblhnocpbpibllfkaa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/randomizer-cache-bypassin/lpebcjljaonldldblhnocpbpibllfkaa
คำอธิบาย Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.
ขนาดไฟล์ 8.49 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-01-19
วันที่เผยแพร่ 2019-01-19
ผู้พัฒนา Alex
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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:\/\/*\/*"
    ]
}