LitCharts Paywall Bypass
View LitCharts Literature analyses and Shakespeare translations for free.
Cos'è LitCharts Paywall Bypass?
LitCharts Paywall Bypass è un'estensione di Chrome sviluppata da NeatGrease, e la sua funzione principale è "View LitCharts Literature analyses and Shakespeare translations for free.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LitCharts Paywall Bypass
Scarica i file di estensione LitCharts Paywall Bypass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bbhhanegbdkmdgonfgkbkomcahmccjpm |
URL Ufficiale | https://chrome.google.com/webstore/detail/litcharts-paywall-bypass/bbhhanegbdkmdgonfgkbkomcahmccjpm |
Descrizione | View LitCharts Literature analyses and Shakespeare translations for free. |
Dimensione del File | 5.14 KB |
Conteggio Installazioni | 4,233 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2022-01-03 |
Data di Pubblicazione | 2021-09-29 |
Valutazione | 2.88/5 Totale 24 Valutazioni |
Sviluppatore | NeatGrease |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |