Accept all Cookies
Accept all cookies from websites and remove annoying banners about cookie policy
Was ist Accept all Cookies?
Accept all Cookies ist eine Chrome-Erweiterung, die von Tomás Moreno entwickelt wurde, und ihr Hauptmerkmal ist "Accept all cookies from websites and remove annoying banners about cookie policy".
Accept all Cookies-Erweiterungs-CRX-Datei herunterladen
Laden Sie Accept all Cookies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
La idea de este complemento es quitar esos molestos mensajes de advertencia en el que se nos dice que la página que estamos visitando hace uso de cookies de terceros para mejorar la experiencia de uso. En algunas páginas ese banner es muy intrusivo y si estamos usando un dispositivo móvil puede ocupar casi toda la pantalla con lo cual no podemos ver nada. Así que he desarrollado este complemento para que cuando la página se cargue, automáticamente desaparezca cualquier mensaje de este tipo y podamos navegar tranquilamente por ella. Espero que te sea de utilidad.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gpodgnfbpcjbpcdohphkbcnfnhnampap |
Offizielle URL | https://chrome.google.com/webstore/detail/accept-all-cookies/gpodgnfbpcjbpcdohphkbcnfnhnampap |
Beschreibung | Accept all cookies from websites and remove annoying banners about cookie policy |
Dateigröße | 65.46 KB |
Installationsanzahl | 264 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2015-11-25 |
Veröffentlichungsdatum | 2015-11-22 |
Bewertung | 2.60/5 Insgesamt 5 Bewertungen |
Entwickler | Tomás Moreno |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/tmoreno/accept-all-cookies |
Unterstützte Sprachen | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Accept all Cookies", "description": "Accept all cookies from websites and remove annoying banners about cookie policy", "version": "1.0.0", "author": "tmoreno", "permissions": [ "activeTab" ], "content_scripts": [ { "js": [ "data\/jquery-2.1.4.min.js", "data\/remove-cookie-banner.js", "chrome\/index.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |