Cookie Notice accepted
Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.
¿Qué es Cookie Notice accepted?
Cookie Notice accepted es una extensión de Chrome desarrollada por Unknown, y su función principal es "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Cookie Notice accepted
Descarga archivos de extensión Cookie Notice accepted 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
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
Información Básica de la Extensión
Nombre | Cookie Notice accepted |
ID | nagadfmjjpfgbgojimpjfoobgpjapmpn |
URL Oficial | https://chromewebstore.google.com/detail/cookie-notice-accepted/nagadfmjjpfgbgojimpjfoobgpjapmpn |
Descripción | Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites. |
Tamaño del Archivo | 70.38 KB |
Cantidad de Instalaciones | 20 |
Versión Actual | 0.0.1 |
Última Actualización | 2019-02-13 |
Fecha de Publicación | 2019-02-09 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/kreutix/cookie-notice-accepted |
Idiomas Soportados | 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" } |