CookieSmash
Quickly remove all cookies associate on a site.
O que é CookieSmash?
CookieSmash é uma extensão do Chrome desenvolvida por Jack Nguyen, e sua principal característica é "Quickly remove all cookies associate on a site.".
Baixar o arquivo CRX da Extensão CookieSmash
Baixe arquivos de extensão CookieSmash 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
Click the cookie icon and all cookies for the current site will be deleted and the page will refresh. This was developed because unlike other cookie removers it did not refresh the page. I am debating whether to have a popup when the extension deletes everything because as a developer I clear cookies constantly and it would get annoying to have a warning every time. But please let me know what you guys think. Hopefully this helps someone.
Informações Básicas da Extensão
Nome | |
ID | nnnahedhiocibebgbmfiknmjeoflhdfe |
URL Oficial | https://chrome.google.com/webstore/detail/cookiesmash/nnnahedhiocibebgbmfiknmjeoflhdfe |
Descrição | Quickly remove all cookies associate on a site. |
Tamanho do Arquivo | 67.73 KB |
Contagem de Instalações | 149 |
Versão Atual | 0.1 |
Última Atualização | 2015-06-02 |
Data de Publicação | 2015-06-01 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Jack Nguyen |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CookieSmash", "version": "0.1", "description": "Quickly remove all cookies associate on a site.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "CookieSmash" }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] } } |