Wayback Images

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

Apa itu Wayback Images?

Wayback Images adalah ekstensi Chrome yang dikembangkan oleh yldzhanhandan, dan fitur utamanya adalah "With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wayback Images

Unduh file ekstensi Wayback Images dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Wayback Images Wayback Images
ID dgemigkanhiejpcmhimojfmanolcpcgp
URL Resmi https://chromewebstore.google.com/detail/wayback-images/dgemigkanhiejpcmhimojfmanolcpcgp
Deskripsi With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.
Ukuran File 70.12 KB
Jumlah Instalasi 1,110
Versi Saat Ini 1.3
Terakhir Diperbarui 2017-11-28
Tanggal Publikasi 2017-11-28
Penilaian 3.80/5 Total 5 Penilaian
Pengembang yldzhanhandan
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sites.google.com/view/bagofextensions
Bahasa yang Didukung 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": ""
    }
}