Cookie Monster
This extension deals with cookie consent screens in the EU
Cookie Monster क्या है?
Cookie Monster Andreas Zoellner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension deals with cookie consent screens in the EU"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cookie Monster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |