Cookie Notice accepted
Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.
Cookie Notice accepted क्या है?
Cookie Notice accepted Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cookie Notice accepted एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Cookie Notice Accepted is a minimalistic browser extension which sets cookies to tell your websites that you have accepted the cookie notice, so it wont ask you again. https://github.com/kreutix/cookie-notice-accepted
एक्सटेंशन की मूल जानकारी
नाम | Cookie Notice accepted |
ID | nagadfmjjpfgbgojimpjfoobgpjapmpn |
आधिकारिक URL | https://chromewebstore.google.com/detail/cookie-notice-accepted/nagadfmjjpfgbgojimpjfoobgpjapmpn |
विवरण | Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites. |
फ़ाइल का आकार | 70.38 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2019-02-13 |
प्रकाशन तिथि | 2019-02-09 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/kreutix/cookie-notice-accepted |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "author": "Stefan Kreuter", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon19-gray.png", "default_title": "Cookie Notice accepted" }, "description": "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.", "homepage_url": "https:\/\/github.com\/kreutix\/cookie-notice-accepted", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "19": "images\/icon19.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Cookie Notice accepted", "options_page": "options.html", "permissions": [ "storage", "webNavigation", "tabs", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "cookie-notice-accepted", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |