Privacy Crawler
Crawls a website for cookies and fingerprinting
Privacy Crawlerとは何ですか?
Privacy Crawlerはprivacy-crawlerによって開発されたChromeの拡張機能で、その主な機能は「Crawls a website for cookies and fingerprinting」です。
拡張機能のスクリーンショット
Privacy Crawler拡張機能のCRXファイルをダウンロード
Privacy Crawler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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": [ " |