Archivist

Routs around paywalls by opening an archived version of the webpage

What is Archivist?

Archivist is a Chrome extension developed by dlw, and its main feature is "Routs around paywalls by opening an archived version of the webpage".

Extension Screenshots

screenshot
screenshot
screenshot

Download Archivist Extension CRX File

Download Archivist 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

                        Click the archivist extension's icon to open an archived version of the web page, bypassing many paywalls.

Especially useful for bypassing paywalls of media sources.                    

Extension Basic Information

Name Archivist Archivist
ID bpdhbjagefdaaleabpjffdhbfhnekknd
Official URL https://chrome.google.com/webstore/detail/archivist/bpdhbjagefdaaleabpjffdhbfhnekknd
Description Routs around paywalls by opening an archived version of the webpage
File Size 773 KB
Installation Count 260
Current Version 0.0.4
Last Updated 2022-06-09
Publish Date 2022-06-06
Rating 5.00/5 Total 1 Ratings
Developer dlw
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.4",
    "name": "Archivist",
    "short_name": "Archivist",
    "description": "Routs around paywalls by opening an archived version of the webpage",
    "author": "Daniel Waldroop",
    "action": {
        "default_title": "Open archived page",
        "default_icon": "archive_logo.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    }
}