Google Cache Breaker

Removes everything up to and including the # in all image sources

O que é Google Cache Breaker?

Google Cache Breaker é uma extensão do Chrome desenvolvida por ilyadvilyanski, e sua principal característica é "Removes everything up to and including the # in all image sources".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Google Cache Breaker

Baixe arquivos de extensão Google Cache Breaker 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

                        Removes everything up to and including the # in all image sources                    

Informações Básicas da Extensão

Nome Google Cache Breaker Google Cache Breaker
ID imlnlgfmgndohhdgmjgijblpbjnbkahn
URL Oficial https://chromewebstore.google.com/detail/google-cache-breaker/imlnlgfmgndohhdgmjgijblpbjnbkahn
Descrição Removes everything up to and including the # in all image sources
Tamanho do Arquivo 67.13 KB
Contagem de Instalações 70
Versão Atual 1.0
Última Atualização 2017-04-11
Data de Publicação 2017-04-11
Desenvolvedor ilyadvilyanski
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Cache Breaker",
    "version": "1.0",
    "author": "Ilya Dvilyanski",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ]
}