Wayback

Go wayback

What is Wayback?

Wayback is a Chrome extension developed by Kort.dev, and its main feature is "Go wayback".

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

                        Press button and go to wayback url                    

Extension Basic Information

Name Wayback Wayback
ID gmngfefofcbemcncfebgkmgapoonaenn
Official URL https://chrome.google.com/webstore/detail/wayback/gmngfefofcbemcncfebgkmgapoonaenn
Description Go wayback
File Size 22.55 KB
Installation Count 14
Current Version 1.1
Last Updated 2014-04-03
Publish Date 2014-04-02
Developer Kort.dev
Email [email protected]
Payment Type free
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wayback",
    "short_name": "Wayback",
    "description": "Go wayback",
    "version": "1.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Go wayback",
        "default_icon": "glogo2.png"
    },
    "manifest_version": 2
}