AutoSave to Wayback Machine

Automatically saves the pages you visit to the Wayback Machine.

What is AutoSave to Wayback Machine?

AutoSave to Wayback Machine is a Chrome extension developed by Unknown, and its main feature is "Automatically saves the pages you visit to the Wayback Machine.".

Extension Screenshots

screenshot

Download AutoSave to Wayback Machine Extension CRX File

Download AutoSave to Wayback Machine 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

                        This extension automatically archives all the pages you visit to the Wayback Machine, minimizing dead links for you and other people. It uses minimal data and bandwith, as it sends the pages to the Wayback Machine for archival rather than archiving them client-side.                    

Extension Basic Information

Name AutoSave to Wayback Machine AutoSave to Wayback Machine
ID defmcmdgnplidnoilmeleeglnmjkalnk
Official URL https://chromewebstore.google.com/detail/autosave-to-wayback-machi/defmcmdgnplidnoilmeleeglnmjkalnk
Description Automatically saves the pages you visit to the Wayback Machine.
File Size 12.34 KB
Installation Count 142
Current Version 2.1.0
Last Updated 2022-02-16
Publish Date 2022-02-15
Developer Unknown
Email [email protected]
Payment Type free
Extension Website https://github.com/Zopolis4/AS2WB
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoSave to Wayback Machine",
    "version": "2.1.0",
    "description": "Automatically saves the pages you visit to the Wayback Machine.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "AS2WB.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}