Still don't care about cookies
Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative
O que é Still don't care about cookies?
Still don't care about cookies é uma extensão do Chrome desenvolvida por https://stilldontcareaboutcookies.com, e sua principal característica é "Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Still don't care about cookies
Baixe arquivos de extensão Still don't care about cookies 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
Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative
Informações Básicas da Extensão
Nome | Still don't care about cookies |
ID | fmmjjgjhblhocbmigepoobidbbcknjkf |
URL Oficial | https://chromewebstore.google.com/detail/still-dont-care-about-coo/fmmjjgjhblhocbmigepoobidbbcknjkf |
Descrição | Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative |
Tamanho do Arquivo | 388 KB |
Contagem de Instalações | 1,240 |
Versão Atual | 1.0.11 |
Última Atualização | 2024-01-03 |
Data de Publicação | 2022-09-21 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | https://stilldontcareaboutcookies.com |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://www.stilldontcareaboutcookies.com/ |
URL da Página de Ajuda | https://www.stilldontcareaboutcookies.com/ |
URL da Página de Política de Privacidade | https://www.twitter-follower.com/en/site/privacy-policy |
Idiomas Suportados | de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.0.11", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "tabs", "storage", "notifications", "webRequest", "webNavigation", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "data\/background.js" }, "options_ui": { "page": "data\/options.html" }, "action": { "default_popup": "data\/menu\/index.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" } } } |