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 } |