Archivist
Routs around paywalls by opening an archived version of the webpage
Vad är Archivist?
Archivist är en Chrome-tillägg utvecklad av dlw, och dess huvudfunktion är "Routs around paywalls by opening an archived version of the webpage".
Tilläggsskärmbilder
Ladda ner Archivist-förlängningens CRX-fil
Ladda ner Archivist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | bpdhbjagefdaaleabpjffdhbfhnekknd |
Officiell webbadress | https://chrome.google.com/webstore/detail/archivist/bpdhbjagefdaaleabpjffdhbfhnekknd |
Beskrivning | Routs around paywalls by opening an archived version of the webpage |
Filstorlek | 773 KB |
Antal Installationer | 260 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2022-06-09 |
Publiceringsdatum | 2022-06-06 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | dlw |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |