Web.archive.org Auto-Archiver
Automatically Archive-Pages
What is Web.archive.org Auto-Archiver?
Web.archive.org Auto-Archiver is a Chrome extension developed by Page Refresh, and its main feature is "Automatically Archive-Pages".
Extension Screenshots
Download Web.archive.org Auto-Archiver Extension CRX File
Download Web.archive.org Auto-Archiver 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
It automatically archives every webpage you visit using the Wayback Machine by the Internet Archive.
Extension Basic Information
Name | Web.archive.org Auto-Archiver |
ID | incoejagnokjhlkjkgpbdbooagggckdg |
Official URL | https://chromewebstore.google.com/detail/webarchiveorg-auto-archiv/incoejagnokjhlkjkgpbdbooagggckdg |
Description | Automatically Archive-Pages |
File Size | 22.76 KB |
Installation Count | 515 |
Current Version | 1.0.4 |
Last Updated | 2023-07-06 |
Publish Date | 2020-12-08 |
Rating | 3.50/5 Total 14 Ratings |
Developer | Page Refresh |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/extensions-privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web.archive.org Auto-Archiver", "version": "1.0.4", "description": "Automatically Archive-Pages", "permissions": [ "https:\/\/web.archive.org\/*", "tabs" ], "browser_action": { "default_icon": { "128": "icon.png" } }, "icons": { "128": "icon.png" }, "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false } } |