Wayback Machine

The Official Wayback Machine Extension - by the Internet Archive.

What is Wayback Machine?

Wayback Machine is a Chrome extension developed by Internet Archive, and its main feature is "The Official Wayback Machine Extension - by the Internet Archive.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Wayback Machine Extension CRX File

Download Wayback Machine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Welcome to the Official Internet Archive Wayback Machine Browser Extension! Go back in time to see how a website has changed through the history of the Web. Save websites, view missing 404 Not Found pages, or read archived books & papers.

Most features will work without requiring an account including Save Page Now.

Some features must be enabled from Settings. Turn on Private Mode to prevent automatic sending of data and to protect your privacy while browsing.


Features

• Save Page Now - Instantly save the page you are currently viewing in the Wayback Machine. Turn on Auto Save Page in settings to save pages that have not previously been saved, or Auto Save Bookmarks to save when bookmarking a page. Works while logged out, or log in for additional options.

• Oldest, Newest & Overview - View the first version of a page or the most recently saved in the Wayback Machine. Or view a calendar overview of all archived pages. Can also use by right-clicking over a page or link.

• Wayback Machine Count - Display a count of snapshots of the current page stored in the Wayback Machine over the toolbar icon, and the date of last save in the popup.

• 404 Not Found - When an error occurs, automatically check if an archived copy is available. Checks against 4xx & 5xx HTTP error codes.

• Contextual Notices - Check for contextual information from fact checking organizations and origin websites.

• Relevant Resources - View research papers and books while visiting Wikipedia, archived digitized books while visiting Amazon Books, and recommended TV News Clips while visiting news websites.

• URLs & Collections - Show a list of URLs captured under the current website, and what collections they are saved under.

• Site Map & Word Cloud - Present a sunburst diagram for the domain you are currently viewing, or create a Word Cloud from the link's anchor text of the page you are on.

• Annotations - Provide a list of annotations for the current web page and domain, provided by Hypothes.is.

• My Web Archive - Save URLs to your public archive page on the Internet Archive.

• Tweets & Share Links - Search Twitter for information regarding your current page, or share archived links on social media.


For support, please email [email protected]                    

Extension Basic Information

Name Wayback Machine Wayback Machine
ID fpnmgdkabkmnadcjpehmlllkndpkmiak
Official URL https://chromewebstore.google.com/detail/wayback-machine/fpnmgdkabkmnadcjpehmlllkndpkmiak
Description The Official Wayback Machine Extension - by the Internet Archive.
File Size 1.29 MB
Installation Count 267,207
Current Version 3.3
Last Updated 2023-11-22
Publish Date 2020-08-10
Rating 4.23/5 Total 256 Ratings
Developer Internet Archive
Email [email protected]
Payment Type free
Extension Website https://archive.org
Help Page URL https://archive.org/about/contact.php
Privacy Policy Page URL https://archive.org/about/terms.php
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wayback Machine",
    "version": "3.3",
    "description": "The Official Wayback Machine Extension - by the Internet Archive.",
    "icons": {
        "16": "images\/app-icon\/mini-icon16.png",
        "24": "images\/app-icon\/mini-icon24.png",
        "32": "images\/app-icon\/mini-icon32.png",
        "48": "images\/app-icon\/mini-icon48.png",
        "64": "images\/app-icon\/app-icon64.png",
        "96": "images\/app-icon\/app-icon96.png",
        "128": "images\/app-icon\/app-icon128.png",
        "256": "images\/app-icon\/app-icon256.png",
        "512": "images\/app-icon\/app-icon512.png",
        "1024": "images\/app-icon\/app-icon1024.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/toolbar\/toolbar-icon-archive16.png",
            "24": "images\/toolbar\/toolbar-icon-archive24.png",
            "32": "images\/toolbar\/toolbar-icon-archive32.png",
            "64": "images\/toolbar\/toolbar-icon-archive64.png"
        }
    },
    "homepage_url": "https:\/\/archive.org\/",
    "permissions": [
        "activeTab",
        "cookies",
        "contextMenus",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/archive.org\/*",
        "https:\/\/*.archive.org\/*",
        "https:\/\/hypothes.is\/*",
        ""
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "scripts\/utils.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "scripts\/wikipedia.js"
            ],
            "css": [
                "css\/wikipedia.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/archive.css",
        "images\/*"
    ]
}