Archivist

Routs around paywalls by opening an archived version of the webpage

Archivistとは何ですか?

Archivistはdlwによって開発されたChromeの拡張機能で、その主な機能は「Routs around paywalls by opening an archived version of the webpage」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Archivist拡張機能のCRXファイルをダウンロード

Archivist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Archivist Archivist
ID bpdhbjagefdaaleabpjffdhbfhnekknd
公式URL https://chrome.google.com/webstore/detail/archivist/bpdhbjagefdaaleabpjffdhbfhnekknd
説明 Routs around paywalls by opening an archived version of the webpage
ファイルサイズ 773 KB
インストール数 260
現在のバージョン 0.0.4
最終更新日 2022-06-09
公開日 2022-06-06
評価 5.00/5 合計 1 レビュー
開発者 dlw
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}