AutoSave to Wayback Machine

Automatically saves the pages you visit to the Wayback Machine.

Wat is AutoSave to Wayback Machine?

AutoSave to Wayback Machine is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Automatically saves the pages you visit to the Wayback Machine.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AutoSave to Wayback Machine

Download AutoSave to Wayback Machine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AutoSave to Wayback Machine AutoSave to Wayback Machine
ID defmcmdgnplidnoilmeleeglnmjkalnk
Officiële URL https://chromewebstore.google.com/detail/autosave-to-wayback-machi/defmcmdgnplidnoilmeleeglnmjkalnk
Beschrijving Automatically saves the pages you visit to the Wayback Machine.
Bestandsgrootte 12.34 KB
Aantal Installaties 142
Huidige Versie 2.1.0
Laatst Bijgewerkt 2022-02-16
Publicatiedatum 2022-02-15
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Zopolis4/AS2WB
Ondersteunde Talen 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"
    }
}