Wayback
Go to the Internet Archive version of this site
What is Wayback?
Wayback is a Chrome extension developed by Nickelberry, and its main feature is "Go to the Internet Archive version of this site".
Extension Screenshots
Download Wayback Extension CRX File
Download Wayback 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
This extension simply redirects the current tab to the corresponding Internet Archive Wayback Machine history of the page.
Extension Basic Information
Name | Wayback |
ID | mlejbifafhaiaeioklpmhgodeonlcajh |
Official URL | https://chromewebstore.google.com/detail/wayback/mlejbifafhaiaeioklpmhgodeonlcajh |
Description | Go to the Internet Archive version of this site |
File Size | 11.71 KB |
Installation Count | 21 |
Current Version | 1.2 |
Last Updated | 2021-06-21 |
Publish Date | 2021-06-06 |
Developer | Nickelberry |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wayback", "description": "Go to the Internet Archive version of this site", "version": "1.2", "manifest_version": 3, "permissions": [ "activeTab" ], "action": { "default_title": "Check the archive" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" } } |