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
电子邮箱 [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"
    }
}