Webrecorder ArchiveWeb.page

Create high-fidelity web archives directly in your browser

What is Webrecorder ArchiveWeb.page?

Webrecorder ArchiveWeb.page is a Chrome extension developed by https://webrecorder.net, and its main feature is "Create high-fidelity web archives directly in your browser".

Extension Screenshots

screenshot
screenshot
screenshot

Download Webrecorder ArchiveWeb.page Extension CRX File

Download Webrecorder ArchiveWeb.page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The extension allows users to create high-fidelity web archives, directly in the browser.

When enabled, the extension 'records' the network traffic on a given tab and stores the data in the browser. The recordings page shows a listing of all archived pages. 

The extension allows users to replay the archived web pages (using the replayweb.page system), and allows users to export archived pages in standard WARC and new WACZ formats.                    

Extension Basic Information

Name Webrecorder ArchiveWeb.page Webrecorder ArchiveWeb.page
ID fpeoodllldobpkbkabpblcfaogecpndd
Official URL https://chromewebstore.google.com/detail/webrecorder-archivewebpag/fpeoodllldobpkbkabpblcfaogecpndd
Description Create high-fidelity web archives directly in your browser
File Size 5.54 MB
Installation Count 14,095
Current Version 0.11.3
Last Updated 2023-10-07
Publish Date 2020-10-20
Rating 4.21/5 Total 14 Ratings
Developer https://webrecorder.net
Email [email protected]
Payment Type free
Extension Website https://archiveweb.page
Help Page URL https://archiveweb.page/guide
Privacy Policy Page URL https://archiveweb.page/en/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webrecorder ArchiveWeb.page",
    "description": "Create high-fidelity web archives directly in your browser",
    "version": "0.11.3",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "debugger",
        "contextMenus",
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "icons": {
        "32": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icon.png"
        },
        "default_title": "Webrecorder ArchiveWeb.page",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "pdf\/*",
        "replay\/*",
        "ruffle\/*"
    ],
    "manifest_version": 2
}