Archivist

Routs around paywalls by opening an archived version of the webpage

Cos'è Archivist?

Archivist è un'estensione di Chrome sviluppata da dlw, e la sua funzione principale è "Routs around paywalls by opening an archived version of the webpage".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Archivist

Scarica i file di estensione Archivist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Archivist Archivist
ID bpdhbjagefdaaleabpjffdhbfhnekknd
URL Ufficiale https://chrome.google.com/webstore/detail/archivist/bpdhbjagefdaaleabpjffdhbfhnekknd
Descrizione Routs around paywalls by opening an archived version of the webpage
Dimensione del File 773 KB
Conteggio Installazioni 260
Versione Corrente 0.0.4
Ultimo Aggiornamento 2022-06-09
Data di Pubblicazione 2022-06-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore dlw
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}