Archivist
Routs around paywalls by opening an archived version of the webpage
O que é Archivist?
Archivist é uma extensão do Chrome desenvolvida por dlw, e sua principal característica é "Routs around paywalls by opening an archived version of the webpage".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Archivist
Baixe arquivos de extensão Archivist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | bpdhbjagefdaaleabpjffdhbfhnekknd |
URL Oficial | https://chrome.google.com/webstore/detail/archivist/bpdhbjagefdaaleabpjffdhbfhnekknd |
Descrição | Routs around paywalls by opening an archived version of the webpage |
Tamanho do Arquivo | 773 KB |
Contagem de Instalações | 260 |
Versão Atual | 0.0.4 |
Última Atualização | 2022-06-09 |
Data de Publicação | 2022-06-06 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | dlw |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |