Anti-track
Anti-track removes cookies
Anti-track क्या है?
Anti-track 0i0 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Anti-track removes cookies"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Anti-track एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Anit-track is a browser extension to limit the amount of data that you leak while surfing it is by default configured to remove the cookies which are send to google when you search while loggedin to gmail
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lmkeejblfeplpcfogbjjbhepclkplple |
आधिकारिक URL | https://chrome.google.com/webstore/detail/anti-track/lmkeejblfeplpcfogbjjbhepclkplple |
विवरण | Anti-track removes cookies |
फ़ाइल का आकार | 12.07 KB |
स्थापना संख्या | 361 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2013-08-21 |
प्रकाशन तिथि | 2013-08-21 |
डेवलपर | 0i0 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti-track", "version": "0.0.1", "description": "Anti-track removes cookies", "options_page": "html\/options.html", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "background": { "scripts": [ "js\/main.js", "js\/parseUri.js", "js\/background.js" ] }, "icons": { "48": "images\/bigicon.png" }, "browser_action": { "default_title": "Anti-track", "default_icon": "images\/icon.png" }, "manifest_version": 2 } |