Cookie-Cleaner
Chrome extension to clean cookies from the current tab in one click.
O que é Cookie-Cleaner?
Cookie-Cleaner é uma extensão do Chrome desenvolvida por jmatj.dev, e sua principal característica é "Chrome extension to clean cookies from the current tab in one click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cookie-Cleaner
Baixe arquivos de extensão Cookie-Cleaner 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
Cookie-Cleaner is a simple and fast extension to clean cookies from the current tab in one click. Don't hassle with sites that are restricting the content based on how many times you have visited their site. In one click you're back on your feet and ready to go on!
Informações Básicas da Extensão
Nome | Cookie-Cleaner |
ID | alnoiokdjddbeifhpfifmlgmdpgapmaj |
URL Oficial | https://chromewebstore.google.com/detail/cookie-cleaner/alnoiokdjddbeifhpfifmlgmdpgapmaj |
Descrição | Chrome extension to clean cookies from the current tab in one click. |
Tamanho do Arquivo | 15.15 KB |
Contagem de Instalações | 1,614 |
Versão Atual | 0.1 |
Última Atualização | 2016-06-03 |
Data de Publicação | 2016-06-03 |
Classificação | 3.40/5 Total de 5 Avaliações |
Desenvolvedor | jmatj.dev |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jmatj/cookie-cleaner |
URL da Página de Ajuda | https://github.com/jmatj/cookie-cleaner |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie-Cleaner", "description": "Chrome extension to clean cookies from the current tab in one click.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "remove cookies now", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |