The Internet Archivist's Intrepid Extension

Save the pages you visit on the Wayback Machine while browsing the World Wide Web.

Qu'est-ce que The Internet Archivist's Intrepid Extension ?

The Internet Archivist's Intrepid Extension est une extension Chrome développée par https://intrepidextension.com, et sa fonction principale est "Save the pages you visit on the Wayback Machine while browsing the World Wide Web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Internet Archivist's Intrepid Extension

Téléchargez les fichiers d'extension The Internet Archivist's Intrepid Extension 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

                        NOTICE: The Internet Archive has made some adjustments to their site which now prevent this extension from working properly. I don't think they've targeted this extension specifically, but archive.org will now identify your browser as a bot when using this extension to submit pages for archival. I'm leaving this extension here on the Chrome Web Store because I'm really proud of it, however, it's no longer functional. If you would like to try it out, it may work for awhile, but eventually archive.org will identify you as a bot and block traffic from your browser.

FORMER DESCRIPTION: The Internet Archivist's Intrepid Browser Extension allows users to automatically save the webpages they visit on the Wayback Machine while surfing the World Wide Web. The magic all happens in a non-active browser tab on the left side of Google Chrome while the extension is running. As users browse the web, this non-active tab will continually submit new hyperlinks to the Wayback Machine to be archived. For the best browsing experience, please leave this tab open; there is no need to continually close this tab.                    

Informations de Base sur l'Extension

Nom The Internet Archivist's Intrepid Extension The Internet Archivist's Intrepid Extension
ID lgkcihhiihibpbpiabafbajcjgjcefdh
URL Officiel https://chromewebstore.google.com/detail/the-internet-archivists-i/lgkcihhiihibpbpiabafbajcjgjcefdh
Description Save the pages you visit on the Wayback Machine while browsing the World Wide Web.
Taille du Fichier 10.67 KB
Nombre d'Installations 68
Version Actuelle 2.0.0
Dernière Mise à Jour 2018-09-11
Date de Publication 2018-09-10
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://intrepidextension.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://intrepidextension.com/privacypolicy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Internet Archivist's Intrepid Extension",
    "description": "Save the pages you visit on the Wayback Machine while browsing the World Wide Web.",
    "version": "2.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "ui.html",
        "default_icon": "OriginalFluxCapacitorLogo4.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}