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
¿Qué es Still don't care about cookies?
Still don't care about cookies es una extensión de Chrome desarrollada por https://stilldontcareaboutcookies.com, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Still don't care about cookies
Descarga archivos de extensión Still don't care about cookies en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Still don't care about cookies |
ID | fmmjjgjhblhocbmigepoobidbbcknjkf |
URL Oficial | https://chromewebstore.google.com/detail/still-dont-care-about-coo/fmmjjgjhblhocbmigepoobidbbcknjkf |
Descripción | 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 |
Tamaño del Archivo | 388 KB |
Cantidad de Instalaciones | 1,240 |
Versión Actual | 1.0.11 |
Última Actualización | 2024-01-03 |
Fecha de Publicación | 2022-09-21 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | https://stilldontcareaboutcookies.com |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://www.stilldontcareaboutcookies.com/ |
URL de la Página de Ayuda | https://www.stilldontcareaboutcookies.com/ |
URL de la Página de Política de Privacidad | https://www.twitter-follower.com/en/site/privacy-policy |
Idiomas Soportados | 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" } } } |