LitCharts Paywall Bypass
View LitCharts Literature analyses and Shakespeare translations for free.
What is LitCharts Paywall Bypass?
LitCharts Paywall Bypass is a Chrome extension developed by NeatGrease, and its main feature is "View LitCharts Literature analyses and Shakespeare translations for free.".
Extension Screenshots
Download LitCharts Paywall Bypass Extension CRX File
Download LitCharts Paywall Bypass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bbhhanegbdkmdgonfgkbkomcahmccjpm |
Official URL | https://chrome.google.com/webstore/detail/litcharts-paywall-bypass/bbhhanegbdkmdgonfgkbkomcahmccjpm |
Description | View LitCharts Literature analyses and Shakespeare translations for free. |
File Size | 5.14 KB |
Installation Count | 4,233 |
Current Version | 1.1.0 |
Last Updated | 2022-01-03 |
Publish Date | 2021-09-29 |
Rating | 2.88/5 Total 24 Ratings |
Developer | NeatGrease |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |