Cookie Monster
This extension deals with cookie consent screens in the EU
Cookie Monsterคืออะไร?
Cookie Monster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andreas Zoellner และคุณลักษณะหลักของมันคือ "This extension deals with cookie consent screens in the EU"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Monster
ดาวน์โหลดไฟล์ส่วนขยาย Cookie Monster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Everyone loves cookies, especially advertisers and publishers. The European Union too, but they want to make sure everyone consents to cookies, and consents, and consents, and consents.... until the internet is barely usable. That's when Cookie Monster comes into play. In a quest to make sure it gets to eat more cookies than anyone else, Cookie Monster will eat up those consent dialogs. And without consent, there won't be any advertisers cookies for you (but more for Cookie Monster, yummy!). # FAQ ## Which browsers are supported? Right now this is published as a Chrome Extension in the Chrome Web Store. A Safari version is planned in the future. ## Ok, but what does it really do? Cookie Monster works a bit like an ad blocker but instead of ads it blocks cookie consent dialogs. ## How can I help? Submit pages that still have cookie consent dialogs here: https://github.com/zoellner/cookie-monster/issues ## How can I contribute even more? You can donate to the development of this browser extension here: https://github.com/sponsors/zoellner
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cookie Monster |
ID | mcfkbhecnoikhkemapgbdmndejfcpfdj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cookie-monster/mcfkbhecnoikhkemapgbdmndejfcpfdj |
คำอธิบาย | This extension deals with cookie consent screens in the EU |
ขนาดไฟล์ | 72.44 KB |
จำนวนการติดตั้ง | 206 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-10-01 |
วันที่เผยแพร่ | 2021-09-29 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Andreas Zoellner |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/zoellner/cookie-monster |
URL หน้าช่วยเหลือ | https://github.com/zoellner/cookie-monster/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cookie Monster", "version": "1.0.0", "description": "This extension deals with cookie consent screens in the EU", "manifest_version": 3, "author": "Andreas Zoellner", "action": { "default_icon": { "16": "img\/cookie16.png", "32": "img\/cookie32.png", "48": "img\/cookie48.png", "128": "img\/cookie128.png" } }, "icons": { "16": "img\/cookie16.png", "32": "img\/cookie32.png", "48": "img\/cookie48.png", "128": "img\/cookie128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequest", "declarativeNetRequestFeedback" ] } |