I don't care about cookies
Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…
I don't care about cookies क्या है?
I don't care about cookies GEN Digital Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में I don't care about cookies एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get user's permission before installing them. Imagine how irritating that becomes when you surf anonymously or if you delete cookies automatically every time you close the browser. In most cases, it just blocks or hides cookie related pop-ups. When it's needed for the website to work properly, it will automatically accept the cookie policy for you (sometimes it will accept all and sometimes only necessary cookie categories, depending on what's easier to do). It doesn't delete cookies.
एक्सटेंशन की मूल जानकारी
नाम | I don't care about cookies |
ID | fihnjjcciajhdojfnbdddfaoknhalnja |
आधिकारिक URL | https://chromewebstore.google.com/detail/i-dont-care-about-cookies/fihnjjcciajhdojfnbdddfaoknhalnja |
विवरण | Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get… |
फ़ाइल का आकार | 429 KB |
स्थापना संख्या | 1,016,113 |
वर्तमान संस्करण | 3.5.0 |
अंतिम अपडेट | 2023-11-30 |
प्रकाशन तिथि | 2020-06-10 |
रेटिंग | 3.91/5 कुल 1179 रेटिंग्स |
डेवलपर | GEN Digital Inc. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.i-dont-care-about-cookies.eu/ |
सहायता पृष्ठ URL | https://www.i-dont-care-about-cookies.eu/ |
समर्थित भाषाएँ | de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionDescription__", "default_locale": "en", "version": "3.5.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Daniel Kladnik @ kiboke studio", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "webRequest", "webRequestBlocking", "webNavigation" ], "background": { "scripts": [ "data\/rules.js", "data\/context-menu.js" ] }, "options_ui": { "page": "data\/options.html", "chrome_style": true }, "browser_action": { "default_popup": "data\/menu\/index.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" } } } |