Cache Bomb
Cache-busts the current page.
O que é Cache Bomb?
Cache Bomb é uma extensão do Chrome desenvolvida por Nicholas Scheurich, e sua principal característica é "Cache-busts the current page.".
Baixar o arquivo CRX da Extensão Cache Bomb
Baixe arquivos de extensão Cache Bomb 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
Appends the current datetime to URL as a valueless request parameter. Currently overwrites existing URL params. Request features and report bugs at https://github.com/ngscheurich/cache_bomb. Logo icons are from the excellent Nucleo set (https://nucleoapp.com/).
Informações Básicas da Extensão
Nome | Cache Bomb |
ID | balfpnjonknhioomnkiebocaalohjkpk |
URL Oficial | https://chromewebstore.google.com/detail/cache-bomb/balfpnjonknhioomnkiebocaalohjkpk |
Descrição | Cache-busts the current page. |
Tamanho do Arquivo | 9.42 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.1 |
Última Atualização | 2016-07-19 |
Data de Publicação | 2016-07-19 |
Desenvolvedor | Nicholas Scheurich |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ngscheurich/cache_bomb |
URL da Página de Ajuda | https://github.com/ngscheurich/cache_bomb/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cache Bomb", "version": "1.1", "description": "Cache-busts the current page.", "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Cache-bust the current page." }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |