AutoSave to Wayback Machine

Automatically saves the pages you visit to the Wayback Machine.

Vad är AutoSave to Wayback Machine?

AutoSave to Wayback Machine är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Automatically saves the pages you visit to the Wayback Machine.".

Tilläggsskärmbilder

screenshot

Ladda ner AutoSave to Wayback Machine-förlängningens CRX-fil

Ladda ner AutoSave to Wayback Machine-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn AutoSave to Wayback Machine AutoSave to Wayback Machine
ID defmcmdgnplidnoilmeleeglnmjkalnk
Officiell webbadress https://chromewebstore.google.com/detail/autosave-to-wayback-machi/defmcmdgnplidnoilmeleeglnmjkalnk
Beskrivning Automatically saves the pages you visit to the Wayback Machine.
Filstorlek 12.34 KB
Antal Installationer 142
Aktuell Version 2.1.0
Senast Uppdaterad 2022-02-16
Publiceringsdatum 2022-02-15
Utvecklare Unknown
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Zopolis4/AS2WB
Stödda Språk 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"
    }
}