Archivist
Routs around paywalls by opening an archived version of the webpage
Apa itu Archivist?
Archivist adalah ekstensi Chrome yang dikembangkan oleh dlw, dan fitur utamanya adalah "Routs around paywalls by opening an archived version of the webpage".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Archivist
Unduh file ekstensi Archivist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | bpdhbjagefdaaleabpjffdhbfhnekknd |
URL Resmi | https://chrome.google.com/webstore/detail/archivist/bpdhbjagefdaaleabpjffdhbfhnekknd |
Deskripsi | Routs around paywalls by opening an archived version of the webpage |
Ukuran File | 773 KB |
Jumlah Instalasi | 260 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2022-06-09 |
Tanggal Publikasi | 2022-06-06 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | dlw |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |