LitCharts Paywall Bypass
View LitCharts Literature analyses and Shakespeare translations for free.
Wat is LitCharts Paywall Bypass?
LitCharts Paywall Bypass is een Chrome-extensie ontwikkeld door NeatGrease, en de belangrijkste functie is "View LitCharts Literature analyses and Shakespeare translations for free.".
Extensie Screenshots
Download het CRX-bestand van de extensie LitCharts Paywall Bypass
Download LitCharts Paywall Bypass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bbhhanegbdkmdgonfgkbkomcahmccjpm |
Officiële URL | https://chrome.google.com/webstore/detail/litcharts-paywall-bypass/bbhhanegbdkmdgonfgkbkomcahmccjpm |
Beschrijving | View LitCharts Literature analyses and Shakespeare translations for free. |
Bestandsgrootte | 5.14 KB |
Aantal Installaties | 4,233 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2022-01-03 |
Publicatiedatum | 2021-09-29 |
Beoordeling | 2.88/5 Totaal 24 Beoordelingen |
Ontwikkelaar | NeatGrease |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |