AutoSave to Wayback Machine

Automatically saves the pages you visit to the Wayback Machine.

Qu'est-ce que AutoSave to Wayback Machine ?

AutoSave to Wayback Machine est une extension Chrome développée par Unknown, et sa fonction principale est "Automatically saves the pages you visit to the Wayback Machine.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AutoSave to Wayback Machine

Téléchargez les fichiers d'extension AutoSave to Wayback Machine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AutoSave to Wayback Machine AutoSave to Wayback Machine
ID defmcmdgnplidnoilmeleeglnmjkalnk
URL Officiel https://chromewebstore.google.com/detail/autosave-to-wayback-machi/defmcmdgnplidnoilmeleeglnmjkalnk
Description Automatically saves the pages you visit to the Wayback Machine.
Taille du Fichier 12.34 KB
Nombre d'Installations 142
Version Actuelle 2.1.0
Dernière Mise à Jour 2022-02-16
Date de Publication 2022-02-15
Développeur Unknown
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Zopolis4/AS2WB
Langues Prises en Charge 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"
    }
}