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
公式URL 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"
        }
    }
}