Cookie Fucker
Removes all cookie warnings. Light and open-sourced.
Cookie Fucker là gì?
Cookie Fucker là một tiện ích mở rộng Chrome được phát triển bởi siffash, và tính năng chính của nó là "Removes all cookie warnings. Light and open-sourced.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cookie Fucker
Tải xuống các tệp mở rộng Cookie Fucker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cookie Fucker |
ID | elklahjjpedpdjkojcehflijmfeeejhc |
URL Chính Thức | https://chromewebstore.google.com/detail/cookie-fucker/elklahjjpedpdjkojcehflijmfeeejhc |
Mô tả | Removes all cookie warnings. Light and open-sourced. |
Kích Thước Tệp | 28.03 KB |
Số Lần Cài Đặt | 941 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2019-06-20 |
Ngày Phát Hành | 2019-06-20 |
Đánh Giá | 3.97/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | siffash |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |