Wayback Images

With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.

Wat is Wayback Images?

Wayback Images is een Chrome-extensie ontwikkeld door yldzhanhandan, en de belangrijkste functie is "With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wayback Images

Download Wayback Images-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        For the best effect, click its icon after the site has fully loaded.                    

Basisinformatie over de Extensie

Naam Wayback Images Wayback Images
ID dgemigkanhiejpcmhimojfmanolcpcgp
Officiële URL https://chromewebstore.google.com/detail/wayback-images/dgemigkanhiejpcmhimojfmanolcpcgp
Beschrijving With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.
Bestandsgrootte 70.12 KB
Aantal Installaties 1,110
Huidige Versie 1.3
Laatst Bijgewerkt 2017-11-28
Publicatiedatum 2017-11-28
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar yldzhanhandan
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sites.google.com/view/bagofextensions
Ondersteunde Talen en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wayback Images",
    "version": "1.3",
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/",
                "https:\/\/*\/"
            ],
            "js": [
                "jquery-3.2.1.slim.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png"
        },
        "default_title": ""
    }
}