Archivist

Routs around paywalls by opening an archived version of the webpage

Qu'est-ce que Archivist ?

Archivist est une extension Chrome développée par dlw, et sa fonction principale est "Routs around paywalls by opening an archived version of the webpage".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Archivist

Téléchargez les fichiers d'extension Archivist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Archivist Archivist
ID bpdhbjagefdaaleabpjffdhbfhnekknd
URL Officiel https://chrome.google.com/webstore/detail/archivist/bpdhbjagefdaaleabpjffdhbfhnekknd
Description Routs around paywalls by opening an archived version of the webpage
Taille du Fichier 773 KB
Nombre d'Installations 260
Version Actuelle 0.0.4
Dernière Mise à Jour 2022-06-09
Date de Publication 2022-06-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur dlw
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}