Wayback++

Provides Client-Side Rewriting For The Internet Archive's Wayback Machine

What is Wayback++?

Wayback++ is a Chrome extension developed by John Berlin, and its main feature is "Provides Client-Side Rewriting For The Internet Archive's Wayback Machine".

Extension Screenshots

screenshot

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

                        Client-side rewriting for all web archives!

It is a well known fact that server-side URL rewriting of archived JavaScript is less than perfect due to the "dynamic" nature of JavaScript.
This extension aims to address that issue for the Internet Archive's Wayback Machine by patching the global JavaScript environment in order to perform  client-side rewriting.
The client-side rewriter used was automatically generated using a means I have developed.                    

Extension Basic Information

Name Wayback++ Wayback++
ID kcpoejoblnjdkdfdnjkgcmmmkccjjhka
Official URL https://chrome.google.com/webstore/detail/wayback++/kcpoejoblnjdkdfdnjkgcmmmkccjjhka
Description Provides Client-Side Rewriting For The Internet Archive's Wayback Machine
File Size 16.41 KB
Installation Count 238
Current Version 0.0.6
Last Updated 2018-04-01
Publish Date 2018-04-01
Rating 3.67/5 Total 3 Ratings
Developer John Berlin
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wayback++",
    "version": "0.0.6",
    "version_name": "0.0.6",
    "description": "Provides Client-Side Rewriting For The Internet Archive's Wayback Machine",
    "homepage_url": "http:\/\/cs.odu.edu\/~jberlin",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "page": "backGround.html"
    },
    "page_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Wayback++",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/",
        "*:\/\/*\/*",
        "notifications",
        "debugger",
        "contextMenus"
    ],
    "options_page": "options.html",
    "short_name": "Wayback++",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "minimum_chrome_version": "59"
}