AutoSave to Wayback Machine

Automatically saves the pages you visit to the Wayback Machine.

Cos'è AutoSave to Wayback Machine?

AutoSave to Wayback Machine è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Automatically saves the pages you visit to the Wayback Machine.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AutoSave to Wayback Machine

Scarica i file di estensione AutoSave to Wayback Machine in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AutoSave to Wayback Machine AutoSave to Wayback Machine
ID defmcmdgnplidnoilmeleeglnmjkalnk
URL Ufficiale https://chromewebstore.google.com/detail/autosave-to-wayback-machi/defmcmdgnplidnoilmeleeglnmjkalnk
Descrizione Automatically saves the pages you visit to the Wayback Machine.
Dimensione del File 12.34 KB
Conteggio Installazioni 142
Versione Corrente 2.1.0
Ultimo Aggiornamento 2022-02-16
Data di Pubblicazione 2022-02-15
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Zopolis4/AS2WB
Lingue Supportate 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"
    }
}