Cookie Notice accepted
Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.
O que é Cookie Notice accepted?
Cookie Notice accepted é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cookie Notice accepted
Baixe arquivos de extensão Cookie Notice accepted 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 Notice Accepted is a minimalistic browser extension which sets cookies to tell your websites that you have accepted the cookie notice, so it wont ask you again. https://github.com/kreutix/cookie-notice-accepted
Informações Básicas da Extensão
Nome | Cookie Notice accepted |
ID | nagadfmjjpfgbgojimpjfoobgpjapmpn |
URL Oficial | https://chromewebstore.google.com/detail/cookie-notice-accepted/nagadfmjjpfgbgojimpjfoobgpjapmpn |
Descrição | Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites. |
Tamanho do Arquivo | 70.38 KB |
Contagem de Instalações | 20 |
Versão Atual | 0.0.1 |
Última Atualização | 2019-02-13 |
Data de Publicação | 2019-02-09 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/kreutix/cookie-notice-accepted |
Idiomas Suportados | en-US |
manifest.json | |
{ "author": "Stefan Kreuter", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon19-gray.png", "default_title": "Cookie Notice accepted" }, "description": "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.", "homepage_url": "https:\/\/github.com\/kreutix\/cookie-notice-accepted", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "19": "images\/icon19.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Cookie Notice accepted", "options_page": "options.html", "permissions": [ "storage", "webNavigation", "tabs", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "cookie-notice-accepted", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |