Cookie Fucker
Removes all cookie warnings. Light and open-sourced.
Τι είναι το Cookie Fucker;
Το Cookie Fucker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον siffash, και η κύρια λειτουργία του είναι "Removes all cookie warnings. Light and open-sourced.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cookie Fucker
Λήψη αρχείων επέκτασης Cookie Fucker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Tired of cookie warnings? This extension removes all of them! No ads, no bullshit, just plain open-source code: https://github.com/siffash/cookie-fucker This is the only extension that does not contain huge databases with tons of rules specific for each website. Instead of that the light yet very intelligent algorithm does quick analysis of a webpage and automatically removes all annoying cookie notifications. Want to know what all the fuss is about and the reason site owners add these warnings? Learn more about General Data Protection Regulation (GDPR): https://en.wikipedia.org/wiki/General_Data_Protection_Regulation
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cookie Fucker |
ID | elklahjjpedpdjkojcehflijmfeeejhc |
Επίσημο URL | https://chromewebstore.google.com/detail/cookie-fucker/elklahjjpedpdjkojcehflijmfeeejhc |
Περιγραφή | Removes all cookie warnings. Light and open-sourced. |
Μέγεθος Αρχείου | 28.03 KB |
Αριθμός Εγκαταστάσεων | 941 |
Τρέχουσα Έκδοση | 2.0.1 |
Τελευταία Ενημέρωση | 2019-06-20 |
Ημερομηνία Δημοσίευσης | 2019-06-20 |
Αξιολόγηση | 3.97/5 Συνολικά 33 Αξιολογήσεις |
Προγραμματιστής | siffash |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cookie Fucker", "version": "2.0.1", "description": "Removes all cookie warnings. Light and open-sourced.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "manifest_version": 2 } |