Cookie Fucker
Removes all cookie warnings. Light and open-sourced.
Cookie Fucker란 무엇입니까?
Cookie Fucker은(는) siffash에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes all cookie warnings. Light and open-sourced."입니다.
확장 프로그램 스크린샷
Cookie Fucker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |