Cache Buster

Append a random query parameter to any page.

什麼是Cache Buster?

Cache Buster是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Append a random query parameter to any page.”。

擴展截圖

screenshot

下載Cache Buster擴展crx文件

下載Cache Buster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension helps you to reload the page by automatically adding a cache buster parameter to the URL.                    

擴展基本資訊

名稱 Cache Buster Cache Buster
ID ddmncmoalbogclpicdmnhemgbhfapfhc
官方網址 https://chromewebstore.google.com/detail/cache-buster/ddmncmoalbogclpicdmnhemgbhfapfhc
簡介 Append a random query parameter to any page.
檔案大小 8.34 KB
安裝次數 790
目前版本 1.0
更新時間 2018-08-10
上架時間 2018-08-09
開發者 Unknown
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cache Buster",
    "author": "Sahib J. Leo",
    "version": "1.0",
    "description": "Append a random query parameter to any page.",
    "icons": {
        "16": "images\/cache-buster-icon-16x16.png",
        "32": "images\/cache-buster-icon-32x32.png",
        "64": "images\/cache-buster-icon-64x64.png",
        "128": "images\/cache-buster-icon-128x128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/cache-buster-icon-16x16.png",
            "32": "images\/cache-buster-icon-32x32.png",
            "64": "images\/cache-buster-icon-64x64.png",
            "128": "images\/cache-buster-icon-128x128.png"
        }
    }
}