# Hoardy-Web

> Passively capture, archive, and hoard your web browsing history, including the contents of the pages you visit, for later offline viewing, replay, mirroring, data scraping, and/or indexing. Low memory footprint, lots of configuration options.

Canonical page: [https://chrome-stats.com/d/hoardy-web](https://chrome-stats.com/d/hoardy-web)

## Overview

- **ID:** `hoardy-web`
- **Platform:** Firefox
- **Type:** Firefox add-on
- **Status:** Available
- **Publisher:** Jan Malakhovski
- **Category:** other
- **Daily users:** 11
- **Weekly downloads:** 2
- **Rating:** 5.00 / 5 (3 ratings)
- **Version:** 1.30.0
- **Last updated:** 2026-07-27
- **First published:** 2023-08-20
- **Size:** 354 KB
- **Data as of:** 2026-09-08
- **Store listing:** [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/hoardy-web/)
- **Website:** [https://github.com/Own-Data-Privateer/hoardy-web](https://github.com/Own-Data-Privateer/hoardy-web)
- **Privacy policy:** [https://addons.mozilla.org/firefox/addon/hoardy-web/privacy/](https://addons.mozilla.org/firefox/addon/hoardy-web/privacy/)

## Description

<code>Hoardy-Web</code> passively captures and collects dumps of <code>HTTP</code> requests and responses as you browse the web, and then archives them using one or more of the following methods:

<ul><li>by saving them into your browser’s local storage, which is the default;</li><li>by submitting them to your own private archiving server via <code>HTTP</code>, like<ul><li>the advanced archival+replay server <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/71b10fb1cc6fed34dc3a70badc780cddb1f632cc60bdb4a2dfdc7ac20895ab9a/https%3A//oxij.org/software/hoardy-web/tree/master/tool/" rel="nofollow"><code>hoardy-web serve</code></a> (also on <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/2eef382560b50907f1420257ceeda423ada7486b54144af1f0b17830f8e8ccf2/https%3A//github.com/Own-Data-Privateer/hoardy-web/tree/master/tool/" rel="nofollow">GitHub</a>) or</li><li>the simple archiving-only server <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/9862897bdd216d21c71a71efaf689dd3764bfd5b8361a7cb8b778b328f25d5cb/https%3A//oxij.org/software/hoardy-web/tree/master/simple_server/" rel="nofollow"><code>hoardy-web-sas</code></a> (also on <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/d6288af33f6422ac673e16b836c1fba52f16710bb8114ac6468b4b5c042da8cc/https%3A//github.com/Own-Data-Privateer/hoardy-web/tree/master/simple_server/" rel="nofollow">GitHub</a>);</li></ul></li><li>by generating fake-Downloads containing bundles of those dumps, making your browser simply save them to your <code>Downloads</code> directory.</li></ul>
<code>Hoardy-Web</code> produces dumps in a very simple, yet efficient, <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/2880ef29804bebf98d598cf1db3c5b66edb4c249c21323fdb7e9efb1f15743ad/https%3A//oxij.org/software/hoardy-web/tree/master/doc/data-on-disk.md" rel="nofollow"><code>WRR</code> file format</a> (also on <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/c3fce2adc69f56754c6e0c53bd290d194da1fe192a56d45fa64e3090000cbd91/https%3A//github.com/Own-Data-Privateer/hoardy-web/tree/master/doc/data-on-disk.md" rel="nofollow">GitHub</a>).

Moreover, <code>Hoardy-Web</code> implements:

<ul><li>UI indicators that help in ensuring good and complete website captures,</li><li>optional post-capture machinery that helps in archiving only select subsets of captured data;</li><li>archival+replay integration when used in combination with an <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/71b10fb1cc6fed34dc3a70badc780cddb1f632cc60bdb4a2dfdc7ac20895ab9a/https%3A//oxij.org/software/hoardy-web/tree/master/tool/" rel="nofollow">advanced archiving+replay server like <code>hoardy-web serve</code></a> (also on <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/2eef382560b50907f1420257ceeda423ada7486b54144af1f0b17830f8e8ccf2/https%3A//github.com/Own-Data-Privateer/hoardy-web/tree/master/tool/" rel="nofollow">GitHub</a>);</li><li>capture of <code>DOM</code> snapshots;</li><li>inspection of captured <code>HTTP</code> traffic, similar to browser’s own <code>Network Monitor</code> (except browser-wise, i.e., it can capture <code>HTTP</code> requests even when a page generates them when its tab/window closes; which a surprising number of websites does to prevent their web traffic from being inspected with <code>Network Monitor</code>);</li><li>some generally useful web browsing features (like per-tab <code>Work offline</code> mode).</li></ul>
In other words, this extension implements an in-browser half of your own personal private passive <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/dcb7c1576bb5a63ccf2941b88d67d9a4ba35eeab9c9021931f2f34e6e20e57cb/https%3A//web.archive.org/" rel="nofollow">Wayback Machine</a> that archives everything you see, including <code>HTTP POST</code> requests and responses (e.g. answer pages of web search engines), as well as most other <code>HTTP</code>-level data (<code>AJAX</code>, <code>JSON RPC</code>, etc).

For more information see <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/8ed2f804310583588584bc85b77c957ed51ceaff775ddb3a8a456dbeee6d81a3/https%3A//oxij.org/software/hoardy-web/tree/master/README.md" rel="nofollow">project’s documentation</a> (also on <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/a0dcc25b9bf8aded56b511cc2b7c55db15d243f723228012bd766f4c43335488/https%3A//github.com/Own-Data-Privateer/hoardy-web/tree/master/README.md" rel="nofollow">GitHub</a>) and <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/9df9e2577a1a02370a7c7b7fb4243cb96704fb52e8e336b98f62abb4518eb036/https%3A//oxij.org/software/hoardy-web/tree/master/extension/page/help.org" rel="nofollow">extension’s <code>Help</code> page</a> (also on <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/eddcc0f89af7e2df73a3b8f23ae4c8e0936095db0de7e80c24b2fb99ff0f74e2/https%3A//github.com/Own-Data-Privateer/hoardy-web/tree/master/extension/page/help.org" rel="nofollow">GitHub</a>) (also distributed with the extension itself, available via the “Help” button from its popup UI), especially the <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/daa223adfd2b0b37d250ada380ce1739d56a3f364fb1a639f073601a5ba9ca9c/https%3A//oxij.org/software/hoardy-web/tree/master/extension/page/help.org%23faq" rel="nofollow">“Frequently Asked Questions” section there</a> (also on <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/12fe46094d3271c968d8ea6474a4a72496f67e9ed83506a13dd3b8b005b034f1/https%3A//github.com/Own-Data-Privateer/hoardy-web/tree/master/extension/page/help.org%23faq" rel="nofollow">GitHub</a>).

Also, note that:

<ul><li><code>Hoardy-Web</code> <strong>DOES NOT</strong> send any of your captured web browsing data anywhere, unless you explicitly configure it to do so.</li><li><code>Hoardy-Web</code> <strong>DOES NOT</strong> send any telemetry anywhere.</li><li>Both of the above statements will apply to <strong>all future versions</strong> of <code>Hoardy-Web</code>.</li></ul>
<code>Hoardy-Web</code> was previously known as “Personal Private Passive Web Archive” aka <code>pWebArc</code>.

## Rankings

- #31,322 — Overall
- #178 — scraping
- #208 — replay
- #247 — board

## Permissions and access

### Permissions

- `<all_urls>`
- `menus`
- `notifications`
- `storage`
- `unlimitedStorage`
- `tabs`
- `webNavigation`
- `webRequest`
- `webRequestBlocking`

## Safety

- **Risk impact:** High risk impact
- **Risk likelihood:** Moderate risk likelihood

### Analysis details

- Allows access to all websites, posing a significant security risk as it can monitor and modify data from any visited site.
- This extension has low user count. Unpopular extensions may not be stable or safe.

> Some risk analysis details are omitted from this free response. [Upgrade to view the full analysis](https://chrome-stats.com/pricing).

## Similar extensions and apps

- [pWebArc](https://chrome-stats.com/d/pwebarc) — 1 users
- [Webpage Archiver](https://chrome-stats.com/d/webpage-archiver) — 13 users
- [Web Archives](https://chrome-stats.com/d/view-page-archive) — 67,610 users, 4.65 / 5
- [History Hoard](https://chrome-stats.com/d/history-hoard) — 20 users, 4.17 / 5
- [Archiveror](https://chrome-stats.com/d/archiveror) — 194 users, 5.00 / 5
- [Web Archive Explorer](https://chrome-stats.com/d/web-archive-explorer) — 12 users, 5.00 / 5
- [Web Page Archive Manager](https://chrome-stats.com/d/web-page-archive-manager) — 1 users
- [Auto Web Archive](https://chrome-stats.com/d/auto-web-archive) — 1 users
- [Automated Web History Saver](https://chrome-stats.com/d/automated-web-history-saver) — 1 users, 1.00 / 5
- [Internet Archive Assistant](https://chrome-stats.com/d/internet-archive-assistant) — 19 users
- [Web Archive](https://chrome-stats.com/d/web-archive) — 106 users, 5.00 / 5
- [Selective Web Archiver](https://chrome-stats.com/d/selective-web-archiver) — 1 users

---

Source: [Chrome-Stats](https://chrome-stats.com/d/hoardy-web)
