CookieAquila
Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
CookieAquila क्या है?
CookieAquila Cookie Aquila - Felipe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CookieAquila एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Cookie Aquila gives the user the option of automatically deleting tracking cookies while browsing the Internet. Settings can be made by clicking on the Cookie Aquila logo in the browser. It is possible to delete all cookies automatically or to choose to clean only part of the browser. You can choose between: - Tracking Cookies - Browsing History - Download History - Cache Cookie Aquila automatically cleans the browser where the user wants it.
एक्सटेंशन की मूल जानकारी
नाम | CookieAquila |
ID | lkgmjkgknefdgjjclddkhndgljlbgmhc |
आधिकारिक URL | https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc |
विवरण | Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web. |
फ़ाइल का आकार | 557 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2022-01-24 |
प्रकाशन तिथि | 2022-01-24 |
डेवलपर | Cookie Aquila - Felipe |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://cookieaquila.com/privacy/index.php |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CookieAquila", "version": "1.0.0", "description": "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.", "manifest_version": 2, "icons": { "48": "icons\/color\/cookieaquila-icon-48.png", "128": "icons\/color\/cookieaquila-icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup\/index.html", "default_icon": { "48": "icons\/color\/cookieaquila-icon-48.png", "128": "icons\/color\/cookieaquila-icon-128.png" } }, "permissions": [ "storage", "browsingData", "tabs", "*:\/\/*\/*", "webRequest", "webRequestBlocking" ] } |