Randomizer Cache Bypassing

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

O que é Randomizer Cache Bypassing?

Randomizer Cache Bypassing é uma extensão do Chrome desenvolvida por Alex, e sua principal característica é "Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Randomizer Cache Bypassing

Baixe arquivos de extensão Randomizer Cache Bypassing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Randomizer Cache Bypassing Randomizer Cache Bypassing
ID lpebcjljaonldldblhnocpbpibllfkaa
URL Oficial https://chrome.google.com/webstore/detail/randomizer-cache-bypassin/lpebcjljaonldldblhnocpbpibllfkaa
Descrição Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.
Tamanho do Arquivo 8.49 KB
Contagem de Instalações 11
Versão Atual 1.0.2
Última Atualização 2019-01-19
Data de Publicação 2019-01-19
Desenvolvedor Alex
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*"
    ]
}