Privacy Crawler
Crawls a website for cookies and fingerprinting
Privacy Crawler क्या है?
Privacy Crawler privacy-crawler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crawls a website for cookies and fingerprinting"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Privacy Crawler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Privacy Crawler recursivly follows links from page(s), and produces a report showing - what cookies first appeared at what page, together with their domains, expiry times and values; - what Javascript is accessed that could be used to fingerprint the browser. **Warnings and recommendations** When starting to crawl, this extension will **delete all cookies** in the current environment. It is recommended to run crawls in incognito mode to avoid logging you out from all of your sites. It also patches the Javascript environment to - determine which functions and objects are accessed; - make time faster, since some trackers are set to load pixels and Javascript after a delay, and crawling takes too long if we waited in real time. Therefore to avoid strange behaviour on sites, it's recommended to only have this extension enabled when you are crawling.
एक्सटेंशन की मूल जानकारी
नाम | Privacy Crawler |
ID | jjbajbapndkiabncgdklkifljmcjhldk |
आधिकारिक URL | https://chromewebstore.google.com/detail/privacy-crawler/jjbajbapndkiabncgdklkifljmcjhldk |
विवरण | Crawls a website for cookies and fingerprinting |
फ़ाइल का आकार | 29.74 KB |
स्थापना संख्या | 488 |
वर्तमान संस्करण | 0.7 |
अंतिम अपडेट | 2018-06-10 |
प्रकाशन तिथि | 2018-06-10 |
डेवलपर | privacy-crawler |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/uktrade/privacy-crawler |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "images\/paws_dark.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ " |