LitCharts Paywall Bypass

View LitCharts Literature analyses and Shakespeare translations for free.

LitCharts Paywall Bypassとは何ですか?

LitCharts Paywall BypassはNeatGreaseによって開発されたChromeの拡張機能で、その主な機能は「View LitCharts Literature analyses and Shakespeare translations for free.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension allows you to view the following sections of litcharts.com for free:
- Shakespeare Translations
- Literature Guides (Summary & Analysis only)

Without this extension, the website will only let guests view a portion of these sections.                    

拡張機能の基本情報

名前 LitCharts Paywall Bypass LitCharts Paywall Bypass
ID bbhhanegbdkmdgonfgkbkomcahmccjpm
公式URL https://chrome.google.com/webstore/detail/litcharts-paywall-bypass/bbhhanegbdkmdgonfgkbkomcahmccjpm
説明 View LitCharts Literature analyses and Shakespeare translations for free.
ファイルサイズ 5.14 KB
インストール数 4,233
現在のバージョン 1.1.0
最終更新日 2022-01-03
公開日 2021-09-29
評価 2.88/5 合計 24 レビュー
開発者 NeatGrease
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LitCharts Paywall Bypass",
    "description": "View LitCharts Literature analyses and Shakespeare translations for free.",
    "version": "1.1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.litcharts.com\/shakescleare\/shakespeare-translations\/*",
                "https:\/\/www.litcharts.com\/lit\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}