Wayback Images
With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.
What is Wayback Images?
Wayback Images is a Chrome extension developed by yldzhanhandan, and its main feature is "With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.".
Extension Screenshots
Download Wayback Images Extension CRX File
Download Wayback Images 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
For the best effect, click its icon after the site has fully loaded.
Extension Basic Information
Name | Wayback Images |
ID | dgemigkanhiejpcmhimojfmanolcpcgp |
Official URL | https://chromewebstore.google.com/detail/wayback-images/dgemigkanhiejpcmhimojfmanolcpcgp |
Description | With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any. |
File Size | 70.12 KB |
Installation Count | 1,110 |
Current Version | 1.3 |
Last Updated | 2017-11-28 |
Publish Date | 2017-11-28 |
Rating | 3.80/5 Total 5 Ratings |
Developer | yldzhanhandan |
[email protected] | |
Payment Type | free |
Extension Website | https://sites.google.com/view/bagofextensions |
Supported Languages | 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": "" } } |