AutoSave to Wayback Machine

Automatically saves the pages you visit to the Wayback Machine.

Hvad er AutoSave to Wayback Machine?

AutoSave to Wayback Machine er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Automatically saves the pages you visit to the Wayback Machine.".

Udvidelsesskærmbilleder

screenshot

Download AutoSave to Wayback Machine-udvidelses-CRX-fil

Download AutoSave to Wayback Machine-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn AutoSave to Wayback Machine AutoSave to Wayback Machine
ID defmcmdgnplidnoilmeleeglnmjkalnk
Officiel URL https://chromewebstore.google.com/detail/autosave-to-wayback-machi/defmcmdgnplidnoilmeleeglnmjkalnk
Beskrivelse Automatically saves the pages you visit to the Wayback Machine.
Filstørrelse 12.34 KB
Antal Installationer 142
Nuværende Version 2.1.0
Senest Opdateret 2022-02-16
Udgivelsesdato 2022-02-15
Udvikler Unknown
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Zopolis4/AS2WB
Understøttede Sprog 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"
    }
}